]> granicus.if.org Git - docbook-dsssl/commitdiff
Change to new para.properties attribute-set.
authorBob Stayton <bobs@sagehill.net>
Fri, 2 Mar 2012 18:42:41 +0000 (18:42 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 2 Mar 2012 18:42:41 +0000 (18:42 +0000)
xsl/fo/block.xsl

index 29e6178270a3f4af88a99ec30b9eb9a96e83f79c..dace80915cb9b5c3cf780d9c825dfd0574d1e678 100644 (file)
@@ -14,7 +14,6 @@
      ******************************************************************** -->
 
 <!-- ==================================================================== -->
-<!-- What should we do about styling blockinfo? -->
 
 <xsl:template match="blockinfo|info">
   <!-- suppress -->
@@ -42,7 +41,7 @@
   <xsl:variable name="keep.together">
     <xsl:call-template name="pi.dbfo_keep-together"/>
   </xsl:variable>
-  <fo:block xsl:use-attribute-sets="normal.para.spacing">
+  <fo:block xsl:use-attribute-sets="para.properties">
     <xsl:if test="$keep.together != ''">
       <xsl:attribute name="keep-together.within-column"><xsl:value-of
                       select="$keep.together"/></xsl:attribute>