diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-20 22:16:58 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-20 22:16:58 +0000 |
commit | bf5724be14ae780415108f16b29e1a89e53ab408 (patch) | |
tree | 2ff670b6943641988a6cf35157e4778f0af0131e /stylesheets | |
parent | 4fa0347dde98fcde73f0997f009301c2a35f93ed (diff) |
Fixing hostreqs.html look.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7549 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 194c486fc..a9a31ed9b 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -262,6 +262,11 @@ div.itemizedlist { margin-left: 1em; } +ul[compact="compact"] li p { + padding: 0.3em; + margin: 0em; +} + /*table */ div.table { |