Next in thread → Next in month →

RE: [docbook-apps] Bolding the term in varaible lists

From
Mauritz Jeanson <>
Date
2008-05-19T16:11:25+00:00
ID
000201c8b9ca$f96c3610$71ea1a51@D7MZ171J
Thread
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 →