浏览代码

Fixed nested list space on non chunks output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@8212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 年之前
父节点
当前提交
6334326a7b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      nochunks.xsl

+ 2 - 2
nochunks.xsl

@@ -478,8 +478,8 @@ ul {
 }
 
 .itemizedlist li ul li p {
-  margin-top: .2em;
-  margin-bottom: .2em;
+  margin-top: .3em;
+  margin-bottom: .3em;
 }
 
 .itemizedlist li ul li:first-child p:first-child {