]> granicus.if.org Git - docbook-dsssl/commitdiff
Add start-indent="0pt" to counteract any body.start.indent
authorBob Stayton <bobs@sagehill.net>
Mon, 4 Jul 2005 05:23:17 +0000 (05:23 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 4 Jul 2005 05:23:17 +0000 (05:23 +0000)
on an index that is in an article.

xsl/params/index.div.title.properties.xml
xsl/params/index.entry.properties.xml

index c27d1651e5ca4eb29aa7ba0a243343ddfee1e88f..cf82ad59d5ddbbae6244be3076608af5a759e2d2 100644 (file)
@@ -20,6 +20,7 @@ index</refpurpose>
                 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="start-indent">0pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
index f74a0dc3bcfaabd97d41879672a1823add948ffd..b5f27d85ff131f27caa645e27eec92ee591bb1ab 100644 (file)
@@ -8,6 +8,7 @@ in an index</refpurpose>
 <refsynopsisdiv>
 <src:fragment id='index.entry.properties.frag'>
 <xsl:attribute-set name="index.entry.properties">
+  <xsl:attribute name="start-indent">0pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>