]> granicus.if.org Git - docbook-dsssl/commitdiff
Make footnote formatting 'normal' even when it occurs in a context that has special...
authorNorman Walsh <ndw@nwalsh.com>
Wed, 12 Mar 2003 20:16:37 +0000 (20:16 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 12 Mar 2003 20:16:37 +0000 (20:16 +0000)
xsl/fo/footnote.xsl

index dbb6c02ea8ab3b756c9153ea3a673d0573f6b792..dc91a52f15cf4f165e5c36c90cd01814098f010f 100644 (file)
           </xsl:call-template>
         </fo:inline>
         <fo:footnote-body font-family="{$body.font.family}"
-                          font-size="{$footnote.font.size}">
+                          font-size="{$footnote.font.size}"
+                          font-weight="normal"
+                          font-style="normal"
+                          margin-left="0pc">
           <xsl:apply-templates/>
         </fo:footnote-body>
       </fo:footnote>