]> granicus.if.org Git - docbook-dsssl/commitdiff
Replaced title.margin.left with body.start.indent so side floats
authorBob Stayton <bobs@sagehill.net>
Sun, 23 Jan 2005 09:40:21 +0000 (09:40 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 23 Jan 2005 09:40:21 +0000 (09:40 +0000)
can be supported.

xsl/params/title.margin.left.xml

index 140d7f53de8b1f881438ff4c8c379680c44434bd..a135b0a4ba986139a247bb81179ef6f57286eda3 100644 (file)
@@ -13,7 +13,7 @@
 <xsl:param name="title.margin.left">
   <xsl:choose>
     <xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>
-    <xsl:otherwise>-4pc</xsl:otherwise>
+    <xsl:otherwise>0pt</xsl:otherwise>
   </xsl:choose>
 </xsl:param>
 </src:fragment>