diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-22 00:36:38 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-22 00:36:38 +0000 |
commit | d0eda1b37c0a281a483836e930e9675388485949 (patch) | |
tree | 86603166901a519d870f6f6b22a4f7df8f1342d7 /stylesheets/lfs.css | |
parent | e7392f22e3f1c02f76954a54db06ba086f29f8de (diff) |
Corrected some validation issues in the CSS code.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r-- | stylesheets/lfs.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index c27098a54..6c8a0fce3 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -34,11 +34,11 @@ h5, h6 { font-size: 110%; font-style: italic; } /* Navigation */ div.headertitles h4 { - margin-bottom: 0px auto; + margin-bottom: 0px; } div.headertitles h3 { - margin-top: 0px auto; + margin-top: 0px; } div.navheader, div.navfooter { @@ -168,7 +168,7 @@ div.segmentedlist p { } dl.materials dd { - margin-left: 0px auto; + margin-left: 0px; } /* Indented blocks */ @@ -242,4 +242,4 @@ hr { height: .3em; border: 0px; margin: 0px auto; -}
\ No newline at end of file +} |