bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: styling flexibility for definitions


From: Gavin Smith
Subject: Re: styling flexibility for definitions
Date: Sun, 1 Nov 2020 15:10:29 +0000
User-agent: Mutt/1.9.4 (2018-02-28)

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

[Prev in Thread] Current Thread [Next in Thread]