mirror of https://gitee.com/openkylin/libvirt.git
docs: Adjust vertical whitespace in CSS
Ensure all CSS rules are separated with a single blank line.
This commit is contained in:
parent
c62e7702c0
commit
2f6e43d418
|
@ -16,7 +16,6 @@ div.body p:first-letter {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
p, ul, ol, dl {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
@ -43,7 +42,6 @@ dl dd {
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
|
@ -56,22 +54,27 @@ h1 {
|
|||
margin-top: 0em;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1.0em;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 1.0em;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1.0em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin-top: 0.75em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
h6 {
|
||||
margin-top: 0.75em;
|
||||
font-size: 0.8em;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue