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 20:57:22 UTC

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

Author: ferdinand
Date: Thu Jan 24 11:57:19 2008
New Revision: 614965

URL: http://svn.apache.org/viewvc?rev=614965&view=rev
Log:
adjusted font-size, spacing and adjustment of table caption

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=614965&r1=614964&r2=614965&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 11:57:19 2008
@@ -1137,8 +1137,10 @@
         <xsl:if
             test="caption">
             <fo:block
-                text-align="center"
-                font-weight="bold">
+                font-size="10pt"
+                text-align="left"
+                font-weight="normal"
+                margin-top="5pt">
                 <!-- insert i18n stuff here --> Table <xsl:text> </xsl:text>
                 <xsl:number
                     count="table"