diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-24 18:32:19 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-24 18:32:19 +0000 |
commit | 8f970960054d610b00d5858e0a0e89c24a49795e (patch) | |
tree | b9fc3378d02dd633809fb2caabd6ca77edfa7563 /stylesheets/lfs.css | |
parent | bab55927796311a00a1c24851647a6c4d7ca591a (diff) |
Changed the Short Descriptions sections to table format for XHTML output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r-- | stylesheets/lfs.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index 2e24fdb24..5bf7cc745 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -195,7 +195,6 @@ dd { padding: 0; } -/*testing stuff*/ table { width: 98%; margin-left: 1em; @@ -208,19 +207,6 @@ td { td span, td p { margin: 0.3em; } -/* */ - -div.content dt { - list-style: none; - margin: 0; - float: left; - width: 20em; -} - -div.content dd { - margin: 0; - padding-left: 20em; -} div.variablelist dd { margin-bottom: 1em; |