]> granicus.if.org Git - docbook-dsssl/commitdiff
Add a touch of padding between the page-footer rule and the footer text
authorNorman Walsh <ndw@nwalsh.com>
Wed, 17 Jul 2002 15:24:52 +0000 (15:24 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 17 Jul 2002 15:24:52 +0000 (15:24 +0000)
xsl/fo/pagesetup.xsl

index 79adb440a1f5738133e773fed391ed22abd3c2cc..11f566ca26445cca144b0a4916f7d58926060560 100644 (file)
   </xsl:variable>
 
   <xsl:if test="$footers.on.blank.pages != 0">
-    <fo:block text-align="{$align-even}" margin-left="{$title.margin.left}">
+    <fo:block text-align="{$align-even}" margin-left="{$title.margin.left}"
+              padding-top="2pt">
       <xsl:call-template name="foot.sep.rule"/>
       <fo:page-number/>
     </fo:block>
     </xsl:choose>
   </xsl:variable>
 
-  <fo:block text-align="{$align-even}" margin-left="{$title.margin.left}">
+  <fo:block text-align="{$align-even}" margin-left="{$title.margin.left}"
+            padding-top="2pt">
     <xsl:call-template name="foot.sep.rule"/>
     <fo:page-number/>
   </fo:block>
     </xsl:choose>
   </xsl:variable>
 
-  <fo:block text-align="{$align-odd}" margin-left="{$title.margin.left}">
+  <fo:block text-align="{$align-odd}" margin-left="{$title.margin.left}"
+            padding-top="2pt">
     <xsl:call-template name="foot.sep.rule"/>
     <fo:page-number/>
   </fo:block>