]> granicus.if.org Git - docbook-dsssl/commitdiff
Patch #482482: margin-start should be margin-left
authorNorman Walsh <ndw@nwalsh.com>
Thu, 29 Nov 2001 15:00:14 +0000 (15:00 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 29 Nov 2001 15:00:14 +0000 (15:00 +0000)
xsl/fo/lists.xsl

index fa1c87ad9dd33fe1b545d2cc18469cc449bd2eb3..e15131f09134ffa59c64526c2e761c35bfca921c 100644 (file)
     <xsl:apply-templates select="term"/>
   </fo:block>
 
-  <fo:block margin-start="0.25in">
+  <fo:block margin-left="0.25in">
     <xsl:apply-templates select="listitem"/>
   </fo:block>
 </xsl:template>