]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove obsolete hardcoded margin-left="0pt" for the block
authorBob Stayton <bobs@sagehill.net>
Sun, 28 Sep 2014 16:18:14 +0000 (16:18 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 28 Sep 2014 16:18:14 +0000 (16:18 +0000)
containing header or footer.

xsl/fo/pagesetup.xsl

index df01d8d81c49c1cfee10dbec1b3bc86c6872aa4a..7dc96036583fb3b03587d57b80d86eae64f0452c 100644 (file)
   <!-- default is a single table style for all headers -->
   <!-- Customize it for different page classes or sequence location -->
 
-  <xsl:choose>
-      <xsl:when test="$pageclass = 'index'">
-          <xsl:attribute name="margin-{$direction.align.start}">0pt</xsl:attribute>
-      </xsl:when>
-  </xsl:choose>
-
   <xsl:variable name="column1">
     <xsl:choose>
       <xsl:when test="$double.sided = 0">1</xsl:when>
   <!-- default is a single table style for all footers -->
   <!-- Customize it for different page classes or sequence location -->
 
-  <xsl:choose>
-      <xsl:when test="$pageclass = 'index'">
-          <xsl:attribute name="margin-{$direction.align.start}">0pt</xsl:attribute>
-      </xsl:when>
-  </xsl:choose>
-
   <xsl:variable name="column1">
     <xsl:choose>
       <xsl:when test="$double.sided = 0">1</xsl:when>