GNU Astronomy Utilities - Bugs: bug #49188, Paragraph indentation in book's...
You are not allowed to post comments on this tracker with your current authentication level.
bug #49188: Paragraph indentation in book's webpage
Submitter: | Mohammad Akhlaghi <makhlaghi> | ||
Submitted: | Mon 26 Sep 2016 09:38:16 AM UTC | ||
Category: | Webpage | Severity: | 3 - Normal |
Item Group: | Documentation | Status: | Postponed |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Mon 03 Oct 2016 11:33:15 PM UTC, comment #1: |
Mohammad Akhlaghi <makhlaghi>![]() |
Mon 26 Sep 2016 09:38:16 AM UTC, original submission:
The current CSS style sheet for the book defines paragraph indentation as follows:
To make/check it, I mainly used the single HTML per node as a reference and the single HTML vesion also seemed fine. However, there was a problem:
We should set it to the opposite: by default there should be indentation, and when a paragraph falls below a header (with any number of elements between the header and the paragraph), there should be no indentation. The `*' will choose ONLY ONE of any type of tag. I am still searching to find how we can tell CSS to use any number of any type of tag, but I don't have much time now, so I am postponing it. If you know the solution, please comment here, thanks in advance ;-). |
Mohammad Akhlaghi <makhlaghi>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
A dirty fix has been pushed to the main repo and also uploaded to the server. When there isn't more than 10 non-paragraphs between the first paragraph and header, this works fine, but if there are more than this arbitrary number, there will be problems again. See the commit message for a discussion.
Since this is just a temporary solution, I am not marking this bug as fixed.