[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] Bolding the term in varaible lists
> -----Original Message-----
> From: DeanNelson@aol.com
>
> I need to adjust my style sheets to bold the term in variable
> lists. Is there a quick way to do so?
For (X)HTML output, you can use CSS. Something like this:
span.term { font-weight: bold }
Both html/lists.xsl and fo/lists.xsl have templates with
match="varlistentry/term" that can be customized.
/MJ
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]