]> granicus.if.org Git - docbook-dsssl/commitdiff
Set text-align to left for chapter and section titles.
authorBob Stayton <bobs@sagehill.net>
Tue, 26 Apr 2005 17:13:55 +0000 (17:13 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 26 Apr 2005 17:13:55 +0000 (17:13 +0000)
xsl/params/component.title.properties.xml
xsl/params/section.title.properties.xml

index c9dbe836aae126292ed4a93b4bfb6e74d5ed985e..040f2dec4a71d49cba961dc5460b72fa5735c2df 100644 (file)
@@ -19,6 +19,7 @@
   <xsl:attribute name="space-before.maximum"><xsl:value-of
             select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
   <xsl:attribute name="hyphenate">false</xsl:attribute>
+  <xsl:attribute name="text-align">left</xsl:attribute>
   <xsl:attribute name="start-indent"><xsl:value-of 
                  select="$title.margin.left"/></xsl:attribute>
 </xsl:attribute-set>
index a2c1f7e66da0ff3fa4db4bab06e37f4c84f99b13..1e94aa7dbe5209ea64425e1bcc650784ca29862f 100644 (file)
@@ -20,6 +20,7 @@
   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
   <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
+  <xsl:attribute name="text-align">left</xsl:attribute>
   <xsl:attribute name="start-indent"><xsl:value-of 
                  select="$title.margin.left"/></xsl:attribute>
 </xsl:attribute-set>