Browse Source

Ported r8211:8212 from new-xsl branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 years ago
parent
commit
7fbc15c9ab
2 changed files with 4 additions and 4 deletions
  1. 2 2
      stylesheets/lfs-xsl/lfs.css
  2. 2 2
      stylesheets/lfs-xsl/nochunks.xsl

+ 2 - 2
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 {

+ 2 - 2
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 {