Fixed headers line height.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-06-16 18:23:45 +00:00
parent 7678532c22
commit 915fa5096c

View File

@ -25,12 +25,12 @@ h3, h4, h5, h6 {
color: #222;
}
h1 { font-size: 173%; text-align: center; }
h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; }
h2.subtitle { text-align: center; }
h3 { font-size: 120%; }
h4 { font-size: 110%;}
h5, h6 { font-size: 110%; font-style: italic; }
h1 { font-size: 173%; text-align: center; line-height: 1.2em; }
h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; line-height: 1.2em; }
h2.subtitle { text-align: center; line-height: 1.2em; }
h3 { font-size: 120%; line-height: 1.2em; }
h4 { font-size: 110%; line-height: 1.2em; }
h5, h6 { font-size: 110%; font-style: italic; line-height: 1.2em; }
/* Navigation */
div.headertitles h4 {
@ -191,7 +191,7 @@ dd {
}
table {
width: auto;
width: auto;
margin-left: 1em;
}
@ -233,7 +233,7 @@ div.package span.seg {
display: block;
padding-left: 14em;
}
div.content div.seg {
margin-bottom: 1em;
margin-top: 1em;