Merged r8204 from nex-xsl branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2007-07-06 17:58:26 +00:00
parent 05d60cedcd
commit 6dd1a9fb95
2 changed files with 8 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;
}