diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-22 20:52:27 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-22 20:52:27 +0000 |
commit | 0fe1f5f8db8c6bba4072c6ab3dfbc09a0842bedd (patch) | |
tree | 3e8939425506ae69b1da8827161d3a6fcb09e03c /stylesheets | |
parent | 4e166f413d49f04589a8b91faf64c806b7900f6c (diff) |
Removed duplicate code.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index b0b224d33..638ceee34 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -197,13 +197,6 @@ div.content dt { width: 20em; } -div.content dt { - list-style: none; - margin: 0; - float: left; - width: 20em; -} - div.content dd { margin: 0; padding-left: 20em; |