]> granicus.if.org Git - docbook-dsssl/commitdiff
Added space-after properties
authorNorman Walsh <ndw@nwalsh.com>
Fri, 1 Mar 2002 08:17:42 +0000 (08:17 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 1 Mar 2002 08:17:42 +0000 (08:17 +0000)
xsl/params/formal.title.properties.xml

index 85f864aeb16b10225c971be5e4ebf5c7732b55ac..f43b70012ce94a91e8d64bdcc632aa25187c9ede 100644 (file)
@@ -5,12 +5,18 @@
 </refnamediv>
 
 <refsynopsisdiv>
-<src:fragment id='formal.title.properties.frag'><xsl:attribute-set name="formal.title.properties" use-attribute-sets="normal.para.spacing">
+<src:fragment id='formal.title.properties.frag'>
+<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="hyphenate">false</xsl:attribute>
   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
-</xsl:attribute-set></src:fragment>
+  <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
+  <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
+  <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
+</xsl:attribute-set>
+</src:fragment>
 </refsynopsisdiv>
 <refsect1><title>Description</title>
 <para>Specify how the title should be styled. Specify the font size and weight of the title of the formal object.</para>