diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-26 21:14:37 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-26 21:14:37 +0000 |
commit | 8c16bf77f3af6ed1837871f61e130986c9b0773f (patch) | |
tree | a38c1d05f00114a3e38f22c422ea8de54a958bc8 /stylesheets | |
parent | bc37722c55e3b41a676609122f991cbb7096a4b2 (diff) |
Added a bullet to the list of commands explanations.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index f3de7f496..c62e1aa50 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -187,6 +187,7 @@ dd { margin: 0 0 1em 3em; padding: 0; } + div.variablelist dd { margin-bottom: 1em; } @@ -195,6 +196,10 @@ div.variablelist dd p { margin-top: 0px; } +dl.materials dt, div.installation dt, div.configuration dt, div.sect2 dt { + display: list-item; +} + dl.materials dd { margin-left: 0px; } |