diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-07-10 19:06:15 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-07-10 19:06:15 +0000 |
commit | 7fbc15c9abc3244aa0b947125911fdc47bb4ee0f (patch) | |
tree | e9055fbaea5fec08e0e1a6ec213148c1efb63483 | |
parent | 106dc429b3e10f8fd7c7708c723a48bd12cfbc7f (diff) |
Ported r8211:8212 from new-xsl branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | stylesheets/lfs-xsl/lfs.css | 4 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/nochunks.xsl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index f0de967a2..6c65614ad 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -446,8 +446,8 @@ ul { } .itemizedlist li ul li p { - margin-top: .2em; - margin-bottom: .2em; + margin-top: .5em; + margin-bottom: .5em; } .itemizedlist li ul li:first-child p:first-child { diff --git a/stylesheets/lfs-xsl/nochunks.xsl b/stylesheets/lfs-xsl/nochunks.xsl index 7ec02449d..7f5cbcb8a 100644 --- a/stylesheets/lfs-xsl/nochunks.xsl +++ b/stylesheets/lfs-xsl/nochunks.xsl @@ -478,8 +478,8 @@ ul { } .itemizedlist li ul li p { - margin-top: .2em; - margin-bottom: .2em; + margin-top: .5em; + margin-bottom: .5em; } .itemizedlist li ul li:first-child p:first-child { |