bug-texinfo
[Top][All Lists]
Advanced

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

Re: @subentry, @seealso and @seenentry better formatted in HTML


From: Per Bothner
Subject: Re: @subentry, @seealso and @seenentry better formatted in HTML
Date: Sat, 19 Nov 2022 09:30:30 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1



On 11/19/22 08:58, Patrice Dumas wrote:
I have modified span.index-entry-level-1 to use padding-left instead of
margin-left, but to have some space between the td elements, shouldn't
margin-left be preferable?

Padding adds extra space "within" an element, while margin adds extra space 
between elements.
Margin (applied to <td>) doesn't seem to affect the size/spacing of table cells.
Specifically, the following doesn't work:

    td.printindex-index-section { margin-left: 2em }

However, this works:

    td.printindex-index-section a { margin-left: 2em }
--
        --Per Bothner
per@bothner.com   http://per.bothner.com/



reply via email to

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