On Fri, Oct 30, 2020 at 05:05:28AM -0700, Per Bothner wrote:
> dt.synopsis span.category { float: right; padding-left: 2em; }
> dt.synopsis span.category:before { content: "[" }
> dt.synopsis span.category:after { content: "]" }
> dt.synopsis span.category-suffix { display: none }

As of commit 2d2ba2cc7 this works with a slight change:

dl.def dt span.category { float: right; padding-left: 2em; }
dl.def dt span.category:before { content: "[" }
dl.def dt span.category:after { content: "]" }
dl.def dt span.category-suffix { display: none }

The colon is still present in the category, as I mentioned in
my other message.

Reply via email to