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

index 2aae6bd59b00c5af28264c4f9ef5b62fe6fa81d3..1803adb1889ef10788ad002052014ce851c0c9df 100644 (file)
@@ -9,6 +9,9 @@
 <xsl:attribute-set name="blockquote.properties">
 <xsl:attribute name="start-indent">0.5in</xsl:attribute>
 <xsl:attribute name="end-indent">0.5in</xsl:attribute>
+<xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
+<xsl:attribute name="space-after.optimum">1em</xsl:attribute>
+<xsl:attribute name="space-after.maximum">2em</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>