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/24 21:25:38 UTC

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

Author: ferdinand
Date: Thu Jan 24 12:25:37 2008
New Revision: 614978

URL: http://svn.apache.org/viewvc?rev=614978&view=rev
Log:
Added 3pt left margin to warnings, notes and fixmes for smoother look and so headings left-aligns with text in box

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=614978&r1=614977&r2=614978&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 Thu Jan 24 12:25:37 2008
@@ -806,6 +806,7 @@
         <fo:block
             margin-left="0.25in"
             margin-right="0.25in"
+            padding-left= "3pt"
             font-weight="bold"
             font-size="10pt"
             font-family="serif"
@@ -855,6 +856,7 @@
         <fo:block
             margin-left="0.25in"
             margin-right="0.25in"
+            padding-left= "3pt"
             font-weight="bold"
             font-size="10pt"
             color="#ffffff"
@@ -905,6 +907,7 @@
         <fo:block
             margin-left="0.25in"
             margin-right="0.25in"
+            padding-left= "3pt"
             font-weight="bold"
             font-size="10pt"
             color="#FFFFFF"