> -----Original Message-----
> From: [EMAIL PROTECTED] 
>  
> 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




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to