diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-08-03 19:29:29 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-08-03 19:29:29 +0000 |
commit | c226182dc5ff37f733c895ab16483ebd37c02bcc (patch) | |
tree | 82a9abff83df5aa35fec4fd1539091cfb7920ef2 /stylesheets/pdf/lfs-pagesetup.xsl | |
parent | a15464dfe656aec48ced77b2ded760f0cc639ad7 (diff) |
Ported updates from 6.2 branch.
Small tags fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/pdf/lfs-pagesetup.xsl')
-rw-r--r-- | stylesheets/pdf/lfs-pagesetup.xsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stylesheets/pdf/lfs-pagesetup.xsl b/stylesheets/pdf/lfs-pagesetup.xsl index 7e19099ce..7194c3e6d 100644 --- a/stylesheets/pdf/lfs-pagesetup.xsl +++ b/stylesheets/pdf/lfs-pagesetup.xsl @@ -109,6 +109,11 @@ <xsl:param name="header.rule" select="0"></xsl:param> <xsl:param name="footer.rule" select="0"></xsl:param> <xsl:param name="marker.section.level" select="-1"></xsl:param> + <xsl:attribute-set name="compact.list.item.spacing"> + <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute> + <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute> + <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute> + </xsl:attribute-set> <!-- Dropping a blank page --> <xsl:template name="book.titlepage.separator"/> |