branch | styles |
changeset 13 | a1ec4d6963d7 |
parent 5 | 20b41b986ac6 |
child 16 | 357ad8c99f4a |
child 23 | 8445a48b1679 |
--- a/print.xsl Sun Jan 08 15:12:51 2012 -0500 +++ b/print.xsl Sun Sep 06 22:14:16 2015 -0400 @@ -96,6 +96,11 @@ <xsl:apply-templates/> </list-block> </xsl:template> +<xsl:template match="para/list"> + <list-block provisional-distance-between-starts="5mm"> + <xsl:apply-templates/> + </list-block> +</xsl:template> <xsl:template match="shortlist"> <block margin-left="24pt"><xsl:apply-templates mode="short"/></block> </xsl:template>