diff options
Diffstat (limited to 'stylesheets/lfs-xsl/nochunks.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/nochunks.xsl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stylesheets/lfs-xsl/nochunks.xsl b/stylesheets/lfs-xsl/nochunks.xsl index acbd71b7a..7ec02449d 100644 --- a/stylesheets/lfs-xsl/nochunks.xsl +++ b/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; } |