diff options
-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 { |