|
From: | Per Bothner |
Subject: | Re: @subentry, @seealso and @seenentry better formatted in HTML |
Date: | Sun, 20 Nov 2022 14:05:15 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 |
On 11/20/22 13:47, Patrice Dumas wrote:
On Sun, Nov 20, 2022 at 01:35:33PM -0800, Per Bothner wrote:Before I do that, I suggest cleaning up the generated html a bit, as discussed: - Get rid of the dummy <td></td> table cells used for indentation.The first column is the letter column. It is not really indentation, although it indeeds leads to indentation. What would you propose instead?
Consider how things would look if you changed border="0" to border="1". Probably not something one might want to do, but I think it helps visualize things. First, there should only be two columns, IMO. There should be no "letter column". The letter headings should be: <tr><th colspan="2" id="General-Index_cp_letter-B">B</th></tr> The regular entries should use a style rule: td.printindex-index-entry { padding-left: 1.5em } or: td.printindex-index-entry a { margin-left: 1.5em } or similar. -- --Per Bothner per@bothner.com http://per.bothner.com/
[Prev in Thread] | Current Thread | [Next in Thread] |