Author: manuel
Date: 2005-06-16 12:25:20 -0600 (Thu, 16 Jun 2005)
New Revision: 6019
Modified:
branches/6.1/BOOK/stylesheets/lfs.css
Log:
Fixed headers line height. Ported from trunk r6018
Modified: branches/6.1/BOOK/stylesheets/lfs.css
===================================================================
--- branches/6.1/BOOK/stylesheets/lfs.css 2005-06-16 18:23:45 UTC (rev
6018)
+++ branches/6.1/BOOK/stylesheets/lfs.css 2005-06-16 18:25:20 UTC (rev
6019)
@@ -25,12 +25,12 @@
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 @@
}
table {
- width: auto;
+ width: auto;
margin-left: 1em;
}
@@ -233,7 +233,7 @@
display: block;
padding-left: 14em;
}
-
+
div.content div.seg {
margin-bottom: 1em;
margin-top: 1em;
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page