[svnbook commit] r2603 - trunk/src/tools

cmpilato noreply at red-bean.com
Wed Jan 3 23:25:23 CST 2007


Author: cmpilato
Date: Wed Jan  3 23:25:23 2007
New Revision: 2603

Modified:
   trunk/src/tools/fo-stylesheet.xsl

Log:
* src/tools/fo-stylesheet.xsl
  Set the body.start.indent XSL property to 0pt (instead of the
  default 4pc, which looked awful).


Modified: trunk/src/tools/fo-stylesheet.xsl
==============================================================================
--- trunk/src/tools/fo-stylesheet.xsl	(original)
+++ trunk/src/tools/fo-stylesheet.xsl	Wed Jan  3 23:25:23 2007
@@ -2,6 +2,7 @@
 
   <xsl:import href="xsl/fo/docbook.xsl"/>
 
+  <xsl:param name="body.start.indent" select="'0pt'" />
   <xsl:param name="fop.extensions" select="1" />
   <xsl:param name="variablelist.as.blocks" select="1" />
   <xsl:param name="admon.graphics" select="1" />




More information about the svnbook-dev mailing list