diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-07-06 17:58:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-07-06 17:58:26 +0000 |
commit | 6dd1a9fb95c590d9270ef26c267b624e9bb7b34e (patch) | |
tree | 95a24236c5b166eb42fefef3c93d9adcdb1732e5 | |
parent | 05d60cedcd5f27ae095e16e8ffd9534d064eb960 (diff) |
Merged r8204 from nex-xsl branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | stylesheets/lfs-xsl/lfs.css | 6 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/nochunks.xsl | 6 |
2 files changed, 8 insertions, 4 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; } 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; } |