Next in thread →
Next in month →
RE: [docbook-apps] Bolding the term in varaible lists
> -----Original Message-----
> From:
>
> 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
Next in thread →
Next in month →