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/02/17 09:45:35 UTC

svn commit: r628455 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/layout-master-set.ft

Author: ferdinand
Date: Sun Feb 17 00:45:34 2008
New Revision: 628455

URL: http://svn.apache.org/viewvc?rev=628455&view=rev
Log:
Fixed some problems with new fop.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/layout-master-set.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/layout-master-set.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/layout-master-set.ft?rev=628455&r1=628454&r2=628455&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/layout-master-set.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/layout-master-set.ft Sun Feb 17 00:45:34 2008
@@ -260,11 +260,13 @@
                   </xsl:attribute>
                 </xsl:otherwise>
               </xsl:choose>
-              <fo:region-before region-name="even-header"
-                extent="0.5in"
-                border-bottom="0.5pt solid"/>
               <fo:region-body margin-top="0.5in"
-                margin-bottom=".5in"/>
+                    margin-bottom=".5in"/>  
+              <fo:region-before region-name="even-header"
+                extent="0.5in"/>
+                <!-- commented out from region-body
+                    because it is not standard conforming
+                    border-bottom="0.5pt solid"  -->
               <fo:region-after region-name="even-footer"
                 extent=".5in" display-align="before"/>
             </fo:simple-page-master>
@@ -275,11 +277,14 @@
               margin-bottom="{$bottommargin}"
               margin-left="{$innermargin}"
               margin-right="{$outermargin}">
+               <fo:region-body margin-top="0.5in"
+                    margin-bottom=".5in"/>
               <fo:region-before region-name="odd-header"
                 extent="0.5in"
-                border-bottom="0.5pt solid"/>
-              <fo:region-body margin-top="0.5in"
-                margin-bottom=".5in"/>
+                />
+                <!-- commented out from region-body
+                    because it is not standard conforming
+                    border-bottom="0.5pt solid"  -->
               <fo:region-after region-name="odd-footer"
                 extent=".5in" display-align="before"/>
             </fo:simple-page-master>