[docbook-css] New Mod: varlistentry>term
David Holroyd
dave at badgers-in-foil.co.uk
Fri, 21 Jan 2005 00:39:10 +0000
On Thu, Jan 20, 2005 at 08:24:06PM +0000, martin.gautier@myrnham.co.uk wrote:
> I couldn't find <term> handled anywhere so I've added this to my
> customisation layer.
>
> NB: It's the same as glossentry>glossterm.
>
> varlistentry>term {
> font-weight: bolder;
> font-style: italic;
> }
I've expanded the glossterm rule in 'styles.css' with...
glossentry>glossterm, term {
font-weight: bolder;
font-style: italic;
}
(<term> is only allowed in <varlistentry>, so we don't need to match
against that.)
dave
--
http://david.holroyd.me.uk/