[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] is compact itemizedlist formatting in html output possible?
Actually it is time for a major release to roll up a bunch of bug fixes. Bob Stayton Sagehill Enterprises bobs@sagehill.net----- Original Message ----- From: "Chris Ridd" <chrisridd@mac.com>
To: "Bob Stayton" <bobs@sagehill.net>Cc: "Andrew Aksyonoff" <shodan@shodan.ru>; "Niels" <nmlenator@gmail.com>; <docbook-apps@lists.oasis-open.org>
Sent: Monday, November 07, 2011 8:45 AMSubject: Re: [docbook-apps] is compact itemizedlist formatting in html output possible?
On 5 Nov 2011, at 16:33, Bob Stayton wrote:Indeed this problem has been noted before, and it has been fixed in SVN. The 1.76.1 stylesheets emitted <ul class="itemizedlist" compact>, and the next release will emit <ul class="itemizedlist compact">, since all browsers support multiple-valued class attributes. In the interim, you could create a custom template in mode="class.value" to do that:<xsl:template match="itemizedlist[@spacing='compact']"> <xsl:text>itemizedlist compact</xsl:text> </xsl:template> and then use CSS to style it. Bob Stayton Sagehill Enterprises bobs@sagehill.netIs it worth releasing 1.76.2 at some point? Chris --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]