]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed repeated space-before.optimum
authorBob Stayton <bobs@sagehill.net>
Wed, 25 Apr 2007 07:09:55 +0000 (07:09 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 25 Apr 2007 07:09:55 +0000 (07:09 +0000)
xsl/params/index.div.title.properties.xml

index 7ed2ede8832d393e85da7b1e8581f744631ae5fc..6ff2413e61a71b4431f3ca1d3c8e14a339716493 100644 (file)
@@ -24,7 +24,7 @@ index</refpurpose>
   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
   <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt')"/></xsl:attribute>
   <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master,'pt * 0.8')"/></xsl:attribute>
-  <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt * 1.2')"/></xsl:attribute>
+  <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master,'pt * 1.2')"/></xsl:attribute>
   <xsl:attribute name="start-indent">0pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>