]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed running header/footer rule line dimension from 1px to
authorBob Stayton <bobs@sagehill.net>
Sun, 11 Aug 2002 00:40:09 +0000 (00:40 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 11 Aug 2002 00:40:09 +0000 (00:40 +0000)
0.5pt so passivetex doesn't gack.

xsl/fo/pagesetup.xsl

index c81f0124e1a39049bc2f82f28694e5d21534e0f2..5f95ae872128b90846431fe36a3dc6e02a0b0418 100644 (file)
 
 <xsl:template name="head.sep.rule">
   <xsl:if test="$header.rule != 0">
-    <xsl:attribute name="border-bottom-width">1px</xsl:attribute>
+    <xsl:attribute name="border-bottom-width">0.5pt</xsl:attribute>
     <xsl:attribute name="border-bottom-style">solid</xsl:attribute>
     <xsl:attribute name="border-bottom-color">black</xsl:attribute>
   </xsl:if>
 
 <xsl:template name="foot.sep.rule">
   <xsl:if test="$footer.rule != 0">
-    <xsl:attribute name="border-top-width">1px</xsl:attribute>
+    <xsl:attribute name="border-top-width">0.5pt</xsl:attribute>
     <xsl:attribute name="border-top-style">solid</xsl:attribute>
     <xsl:attribute name="border-top-color">black</xsl:attribute>
   </xsl:if>