mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: Adjust vertical whitespace in CSS
Ensure all CSS rules are separated with a single blank line.
This commit is contained in:
@@ -2,6 +2,7 @@ h1 {
|
||||
font-weight: normal;
|
||||
color: #3c857c;
|
||||
}
|
||||
|
||||
h1 strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -94,6 +95,7 @@ h2, h3, h4, h5, h6 {
|
||||
#menu ul.l1 li .inactive {
|
||||
border-left: 6px solid #dfebea;
|
||||
}
|
||||
|
||||
#menu ul.l1 li .active {
|
||||
border-left: 6px solid #a5c6c2;
|
||||
}
|
||||
@@ -109,7 +111,6 @@ h2, h3, h4, h5, h6 {
|
||||
padding-left: 3em;
|
||||
}
|
||||
|
||||
|
||||
#headerLogo {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
@@ -118,6 +119,7 @@ h2, h3, h4, h5, h6 {
|
||||
width: 400px;
|
||||
background: url(libvirt-header-logo.png);
|
||||
}
|
||||
|
||||
#headerSearch {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
@@ -142,7 +144,6 @@ h2, h3, h4, h5, h6 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
||||
#sitemap ul li {
|
||||
list-style: none;
|
||||
}
|
||||
@@ -177,7 +178,6 @@ a {
|
||||
color: #566866;
|
||||
}
|
||||
|
||||
|
||||
div.api {
|
||||
border: 1px solid #999999;
|
||||
background: #eeeeee;
|
||||
@@ -203,7 +203,6 @@ div.api table td, div.variablelist table td {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
|
||||
h1 a, h2 a, h3 a, h4 a, h5 a {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
@@ -252,7 +251,6 @@ p.image {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
#projects dl {
|
||||
margin: 0px;
|
||||
border: 0px solid white;
|
||||
@@ -285,9 +283,11 @@ p.image {
|
||||
#projects #p1 dt, #projects #p1 dd {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
#projects #p2 dt, #projects #p2 dd {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#projects #p3 dt, #projects #p3 dd {
|
||||
width: 99%;
|
||||
}
|
||||
@@ -318,7 +318,6 @@ p.image {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
|
||||
#sponsor {
|
||||
color: #757575;
|
||||
text-decoration: inherit;
|
||||
@@ -370,6 +369,7 @@ table.data tr.head th {
|
||||
table.data tbody td {
|
||||
background: rgb(240,240,240);
|
||||
}
|
||||
|
||||
table.data tbody td.y {
|
||||
background: rgb(220,255,220);
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user