Author: ferdinand
Date: Tue Feb 12 13:03:31 2008
New Revision: 627102

URL: http://svn.apache.org/viewvc?rev=627102&view=rev
Log:
Fixed overflow warning problem

Modified:
    
forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/footerinfo.xsl

Modified: 
forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/footerinfo.xsl
URL: 
http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/footerinfo.xsl?rev=627102&r1=627101&r2=627102&view=diff
==============================================================================
--- 
forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/footerinfo.xsl
 (original)
+++ 
forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/footerinfo.xsl
 Tue Feb 12 13:03:31 2008
@@ -44,8 +44,8 @@
     </xsl:variable>
     <xsl:variable name="url" select="$pdfcredit/url"/>
     <fo:block-container font-style="italic" absolute-position="absolute"
-      left="0pt" bottom="150pt"
-      font-size="10pt">
+      left="0pt" bottom="150pt" height="15pt"
+      font-size="8pt">
         <!-- move copyright down if there is a legal notice 
               (thus keeping it on same line as line number) -->
         <xsl:attribute