diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-23 00:32:28 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-23 00:32:28 +0000 |
commit | bab55927796311a00a1c24851647a6c4d7ca591a (patch) | |
tree | c5bc144e4bab967bad634198f5082d222330fda7 /stylesheets/lfs.css | |
parent | 0fe1f5f8db8c6bba4072c6ab3dfbc09a0842bedd (diff) |
Testing a new way to render the Short Description sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r-- | stylesheets/lfs.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index 638ceee34..2e24fdb24 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -190,6 +190,26 @@ dd { padding: 0; } +dd { + margin: 0 0 1em 3em; + padding: 0; +} + +/*testing stuff*/ +table { + width: 98%; + margin-left: 1em; +} + +td { + vertical-align: top; +} + +td span, td p { + margin: 0.3em; +} +/* */ + div.content dt { list-style: none; margin: 0; |