Fixed headers line height. Ported from trunk r6018

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6019 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-06-16 18:25:20 +00:00
parent d22acd1760
commit 4bddca7cf4

View File

@ -25,12 +25,12 @@ h3, h4, h5, h6 {
color: #222; color: #222;
} }
h1 { font-size: 173%; text-align: center; } h1 { font-size: 173%; text-align: center; line-height: 1.2em; }
h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; } h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; line-height: 1.2em; }
h2.subtitle { text-align: center; } h2.subtitle { text-align: center; line-height: 1.2em; }
h3 { font-size: 120%; } h3 { font-size: 120%; line-height: 1.2em; }
h4 { font-size: 110%;} h4 { font-size: 110%; line-height: 1.2em; }
h5, h6 { font-size: 110%; font-style: italic; } h5, h6 { font-size: 110%; font-style: italic; line-height: 1.2em; }
/* Navigation */ /* Navigation */
div.headertitles h4 { div.headertitles h4 {