Author: ferdinand
Date: Wed Jan 30 09:38:05 2008
New Revision: 616819
URL: http://svn.apache.org/viewvc?rev=616819&view=rev
Log:
Reduced size of headings level 1 and 2 by 2 points.
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=616819&r1=616818&r2=616819&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
Wed Jan 30 09:38:05 2008
@@ -496,7 +496,7 @@
name="size">
<!-- 14pt for level 1 12pt for level 2 -->
<xsl:value-of
- select="14-number($level)" />
+ select="12-number($level)" />
</xsl:variable>
<xsl:variable
name="background-color"