aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs.css
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-06-16 18:23:45 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-06-16 18:23:45 +0000
commit915fa5096c9bbc77c9021517d2a1835cd22172e3 (patch)
tree469441833996567a8930efbc26f0b4a34d40623c /stylesheets/lfs.css
parent7678532c22256080d3197220ee1e32ab84fb3afa (diff)
Fixed headers line height.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r--stylesheets/lfs.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 6523af39c..bc4eea2cd 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -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;