From 7fbc15c9abc3244aa0b947125911fdc47bb4ee0f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 10 Jul 2007 19:06:15 +0000 Subject: [PATCH] Ported r8211:8212 from new-xsl branch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- stylesheets/lfs-xsl/lfs.css | 4 ++-- 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 {