]> granicus.if.org Git - docbook-dsssl/commitdiff
Added start-indent="0pt" in support of side floats that use
authorBob Stayton <bobs@sagehill.net>
Sun, 23 Jan 2005 09:27:41 +0000 (09:27 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 23 Jan 2005 09:27:41 +0000 (09:27 +0000)
the new body.start.indent parameter.

xsl/params/component.title.properties.xml
xsl/params/section.title.properties.xml

index f119212e8b0c2723b981e78de8af86530e15aa01..5eb76c9e9313bbd07d80c65f01265f3d1477f445 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="start-indent">0pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
index b2b6c8e176864cb46da4f197c1e2d8db515939a8..b6150aaddcbe2484b7120e2d8148eef58fd978a2 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="start-indent">0pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>