Переглянути джерело

Merged r8204 from nex-xsl branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 роки тому
батько
коміт
6dd1a9fb95
2 змінених файлів з 8 додано та 4 видалено
  1. 4 2
      stylesheets/lfs-xsl/lfs.css
  2. 4 2
      stylesheets/lfs-xsl/nochunks.xsl

+ 4 - 2
stylesheets/lfs-xsl/lfs.css

@@ -257,11 +257,13 @@ li.chapter h4 a {
 /* Index */
 .item {
     float: left;
+    margin-right: 1em
 }
 
 .secitem {
     font-weight: normal;
     float: left;
+    margin-right: 1em
 }
 
 .indexref {
@@ -269,11 +271,11 @@ li.chapter h4 a {
 }
 
 .item + .indexref {
-    margin-left: 31em;
+    margin-left: 20em;
 }
 
 .secitem + .indexref {
-    margin-left: 30em;
+    margin-left: 19em;
 }
 
 

+ 4 - 2
stylesheets/lfs-xsl/nochunks.xsl

@@ -289,11 +289,13 @@ li.chapter h4 a {
 /* Index */
 .item {
     float: left;
+    margin-right: 1em
 }
 
 .secitem {
     font-weight: normal;
     float: left;
+    margin-right: 1em
 }
 
 .indexref {
@@ -301,11 +303,11 @@ li.chapter h4 a {
 }
 
 .item + .indexref {
-    margin-left: 30em;
+    margin-left: 20em;
 }
 
 .secitem + .indexref {
-    margin-left: 31em;
+    margin-left: 19em;
 }