]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove unneeded margin-left property from article appendix title.
authorBob Stayton <bobs@sagehill.net>
Fri, 1 Feb 2013 19:42:30 +0000 (19:42 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 1 Feb 2013 19:42:30 +0000 (19:42 +0000)
It interferes with the start-indent property.

xsl/params/article.appendix.title.properties.xml

index 61337a1bd68002618ef87daea02267bd4b8e5519..d42cf87691d3189123fe306f8258c318da2f0840 100644 (file)
@@ -16,9 +16,6 @@
 <refsynopsisdiv>
 <src:fragment xml:id="article.appendix.title.properties.frag">
 <xsl:attribute-set name="article.appendix.title.properties" use-attribute-sets="section.title.properties                          section.title.level1.properties">
-  <xsl:attribute name="margin-{$direction.align.start}">
-    <xsl:value-of select="$title.margin.left"/>
-  </xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>