]> granicus.if.org Git - docbook-dsssl/commitdiff
Bibliography can set negative text-indent, so we must reset it for footnotes
authorJirka Kosek <jirka@kosek.cz>
Sun, 26 Mar 2006 22:12:19 +0000 (22:12 +0000)
committerJirka Kosek <jirka@kosek.cz>
Sun, 26 Mar 2006 22:12:19 +0000 (22:12 +0000)
xsl/params/footnote.properties.xml

index f55795dbbd4810a66f75cda62498d950d737a9db..89a054282f08a3257ca41c4abb9525c8bd966b2b 100644 (file)
@@ -17,6 +17,7 @@
   <xsl:attribute name="text-align"><xsl:value-of
                              select="$alignment"/></xsl:attribute>
   <xsl:attribute name="start-indent">0pt</xsl:attribute>
+  <xsl:attribute name="text-indent">0pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>