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 | |
parent | 4fa0347dde98fcde73f0997f009301c2a35f93ed (diff) |
Fixing hostreqs.html look.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | prologue/hostreqs.xml | 2 | ||||
-rw-r--r-- | stylesheets/lfs.css | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 93169574b..2080c3457 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -17,7 +17,7 @@ or <quote>[package-name]-dev</quote>. Be sure to install those as well, if your distribution provides them.</para> - <itemizedlist> + <itemizedlist spacing="compact"> <listitem> <para>Bash-2.05a</para> </listitem> 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 { |