]> granicus.if.org Git - docbook-dsssl/commitdiff
Make font size 1.2 times the body size, not a fixed 12pt
authorNorman Walsh <ndw@nwalsh.com>
Fri, 17 Jan 2003 12:08:41 +0000 (12:08 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 17 Jan 2003 12:08:41 +0000 (12:08 +0000)
xsl/params/formal.title.properties.xml

index 87c4946319b7193552ff0a44c3550c9faf3b102c..25edc720719da6549c658dc32e40fc72d11b45e8 100644 (file)
@@ -9,7 +9,10 @@
 <xsl:attribute-set name="formal.title.properties"
                   use-attribute-sets="normal.para.spacing">
   <xsl:attribute name="font-weight">bold</xsl:attribute>
-  <xsl:attribute name="font-size">12pt</xsl:attribute>
+  <xsl:attribute name="font-size">
+    <xsl:value-of select="$body.font.master * 1.2"/>
+    <xsl:text>pt</xsl:text>
+  </xsl:attribute>
   <xsl:attribute name="hyphenate">false</xsl:attribute>
   <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
   <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>