You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2008/01/25 22:41:53 UTC

svn commit: r615356 - /forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Author: ferdinand
Date: Fri Jan 25 13:41:52 2008
New Revision: 615356

URL: http://svn.apache.org/viewvc?rev=615356&view=rev
Log:
fix for previous change to boxed headings: margin=0 is required or padding will make box grow beyond page margins

Modified:
    forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Modified: forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
URL: http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=615356&r1=615355&r2=615356&view=diff
==============================================================================
--- forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl (original)
+++ forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl Fri Jan 25 13:41:52 2008
@@ -512,7 +512,8 @@
             font-size="{$size}pt"
             font-weight="bold"
             space-before="12pt"
-            space-after="8pt">
+            space-after="8pt"
+            margin="0">
             <xsl:call-template
                 name="insertPageBreaks" />
             <xsl:if