[svnbook commit] r2604 - trunk/src/tools

cmpilato noreply at red-bean.com
Thu Jan 4 00:45:39 CST 2007


Author: cmpilato
Date: Thu Jan  4 00:45:38 2007
New Revision: 2604

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

Log:
* src/tools/fo-stylesheet.xsl
  More FO stylesheet tweaks, just for beauty.


Modified: trunk/src/tools/fo-stylesheet.xsl
==============================================================================
--- trunk/src/tools/fo-stylesheet.xsl	(original)
+++ trunk/src/tools/fo-stylesheet.xsl	Thu Jan  4 00:45:38 2007
@@ -2,10 +2,22 @@
 
   <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" />
+
+  <!-- xsl:param name="draft.mode">yes</xsl:param -->
+
+  <xsl:param name="body.start.indent">0pt</xsl:param>
+  <xsl:param name="body.font.family">sans-serif</xsl:param>
+  <xsl:param name="dingbat.font.family">sans-serif</xsl:param>
   <xsl:param name="admon.graphics.path">images/</xsl:param>
   <xsl:param name="admon.graphics.extension">.png</xsl:param>
+
+  <xsl:attribute-set name="sidebar.properties" use-attribute-sets="formal.object.properties">
+    <xsl:attribute name="border-style">solid</xsl:attribute>
+    <xsl:attribute name="border-width">.1mm</xsl:attribute>
+    <xsl:attribute name="background-color">#EEEEEE</xsl:attribute>
+  </xsl:attribute-set>
+
 </xsl:stylesheet>




More information about the svnbook-dev mailing list