mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
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:
parent
05d60cedcd
commit
6dd1a9fb95
@ -257,11 +257,13 @@ li.chapter h4 a {
|
|||||||
/* Index */
|
/* Index */
|
||||||
.item {
|
.item {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 1em
|
||||||
}
|
}
|
||||||
|
|
||||||
.secitem {
|
.secitem {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 1em
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexref {
|
.indexref {
|
||||||
@ -269,11 +271,11 @@ li.chapter h4 a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item + .indexref {
|
.item + .indexref {
|
||||||
margin-left: 31em;
|
margin-left: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.secitem + .indexref {
|
.secitem + .indexref {
|
||||||
margin-left: 30em;
|
margin-left: 19em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -289,11 +289,13 @@ li.chapter h4 a {
|
|||||||
/* Index */
|
/* Index */
|
||||||
.item {
|
.item {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 1em
|
||||||
}
|
}
|
||||||
|
|
||||||
.secitem {
|
.secitem {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 1em
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexref {
|
.indexref {
|
||||||
@ -301,11 +303,11 @@ li.chapter h4 a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item + .indexref {
|
.item + .indexref {
|
||||||
margin-left: 30em;
|
margin-left: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.secitem + .indexref {
|
.secitem + .indexref {
|
||||||
margin-left: 31em;
|
margin-left: 19em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user