Changeset 28b40e2 for stylesheets/pdf


Ignore:
Timestamp:
08/01/2006 06:27:35 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
2f494dc
Parents:
4a316ba
Message:

Finished the PDF fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/pdf/lfs-pagesetup.xsl

    r4a316ba r28b40e2  
    110110  <xsl:param name="footer.rule" select="0"></xsl:param>
    111111  <xsl:param name="marker.section.level" select="-1"></xsl:param>
     112  <xsl:attribute-set name="compact.list.item.spacing">
     113    <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
     114    <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute>
     115    <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
     116  </xsl:attribute-set>
    112117
    113118    <!-- Dropping a blank page -->
Note: See TracChangeset for help on using the changeset viewer.