Changeset e119983 for stylesheets/print


Ignore:
Timestamp:
07/13/2004 04:59:27 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
caa1aae
Parents:
fc26c03
Message:

Ported the last changes in the stylesheets from trunk to testing.

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

Location:
stylesheets/print
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/print/lfs-index.xsl

    rfc26c03 re119983  
    1414  <xsl:template match="index" mode="title.markup">
    1515    <xsl:param name="allow-anchors" select="0"/>
    16     <xsl:text>Index of packages and important installed files</xsl:text>
     16    <xsl:text>Index</xsl:text>
    1717  </xsl:template>
    1818
  • stylesheets/print/lfs-pagesetup.xsl

    rfc26c03 re119983  
    7878
    7979    <!-- Margins -->
    80   <xsl:param name="page.margin.inner">1in</xsl:param>
    81   <xsl:param name="page.margin.outer">0.5in</xsl:param>
     80  <xsl:param name="page.margin.inner">0.5in</xsl:param>
     81  <xsl:param name="page.margin.outer">0.375in</xsl:param>
    8282  <xsl:param name="title.margin.left">-1pc</xsl:param>
    8383  <xsl:attribute-set name="normal.para.spacing">
Note: See TracChangeset for help on using the changeset viewer.