diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-03-06 11:14:37 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-03-06 11:14:37 +0000 |
commit | 68bcfc7d7cf7df9eb3be8f304de98cacae2db7de (patch) | |
tree | 57ca0507ab6c9e69ad4f43d975adab5f9023d370 /stylesheets | |
parent | 1aae8eef9895d14fc1b4ff7f6bcadeb4bff51579 (diff) |
Rendering Acronymlist as table.
Fixed an small look issue.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index 9c2e39d81..e818621db 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -203,6 +203,10 @@ td span, td p { margin: 0.3em; } +span.term { + display: block; +} + div.variablelist dd { margin-bottom: 1em; } |