aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/lfs.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-xsl/lfs.css')
-rw-r--r--stylesheets/lfs-xsl/lfs.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css
index 6223eadef..f0de967a2 100644
--- a/stylesheets/lfs-xsl/lfs.css
+++ b/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;
}