diff options
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r-- | stylesheets/lfs.css | 16 |
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; |