From: David Cramer Date: Mon, 30 Sep 2002 16:56:13 +0000 (+0000) Subject: Adding space-after so there will be space after lists within paras (where there's... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=203c2f70523ac14e34d2d0c169b14f01df11c1e1;p=docbook-dsssl Adding space-after so there will be space after lists within paras (where there's text after the list. --- diff --git a/xsl/params/list.block.spacing.xml b/xsl/params/list.block.spacing.xml index 71e599921..14a212913 100644 --- a/xsl/params/list.block.spacing.xml +++ b/xsl/params/list.block.spacing.xml @@ -1,7 +1,7 @@ list.block.spacing -What spacing do you want before lists? +What spacing do you want before and after lists? @@ -9,9 +9,12 @@ 1em 0.8em 1.2em + 1em + 0.8em + 1.2em Description -Specify the spacing required before a list. +Specify the spacing required before and after a list. It is necessary to specify the space after a list block because lists can come inside of paras.