]> granicus.if.org Git - docbook-dsssl/commitdiff
Patch #460123, fix for <step>s 2 ff. in <procedure>
authorNorman Walsh <ndw@nwalsh.com>
Sun, 23 Sep 2001 22:02:26 +0000 (22:02 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 23 Sep 2001 22:02:26 +0000 (22:02 +0000)
xsl/fo/lists.xsl

index 750645399e7bc5dea018cd89674e372e05c89079..29200a78fc65818a954ac15b73b62f2be94f4075 100644 (file)
   <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
   <fo:list-item>
     <fo:list-item-label end-indent="label-end()">
-      <fo:block id="{$id}">
+      <fo:block id="{$id}"
+space-before.optimum="1em"
+space-before.minimum="0.8em"
+space-before.maximum="1.2em">
         <xsl:apply-templates select="." mode="number">
           <xsl:with-param name="recursive" select="0"/>
         </xsl:apply-templates>