]> granicus.if.org Git - docbook-dsssl/commitdiff
Moved hardcoded properties for index division titles to
authorBob Stayton <bobs@sagehill.net>
Tue, 18 Jan 2005 06:47:22 +0000 (06:47 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 18 Jan 2005 06:47:22 +0000 (06:47 +0000)
the index.div.title.properties attribute-set.

xsl/fo/index.xsl

index 447e69b2735016f186e9d39dd0245150c7836e9c..f08076e9ff73e11f22f73c572b2ef5b4cca73299 100644 (file)
   <xsl:param name="title"/>
   <xsl:param name="titlecontent"/>
 
-  <fo:block margin-left="0pt"
-           font-size="14.4pt"
-            font-family="{$title.fontset}"
-            font-weight="bold"
-            keep-with-next.within-column="always"
-            space-before.optimum="{$body.font.master}pt"
-            space-before.minimum="{$body.font.master * 0.8}pt"
-            space-before.maximum="{$body.font.master * 1.2}pt">
+  <fo:block xsl:use-attribute-sets="index.div.title.properties">
     <xsl:choose>
       <xsl:when test="$title">
         <xsl:apply-templates select="." mode="object.title.markup">