Opened 15 years ago
Closed 15 years ago
#406 closed defect (fixed)
A long ToC on the build log page interferes with the first build step
Reported by: | trac@… | Owned by: | osimons |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | General | Version: | dev |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
A really long table of contents (such as the one in the attached screenshot) interferes with the way the first build step is rendered. Note in particular the huge gap between the title of the first build step and the log for it.
I had a moment of panic the first time I saw this, thinking the svn checkout step hadn't done anything... Indeed, I had to zoom out firefox a couple times in order to get this screenshot to include the svn checkout log at the bottom.
Is there any way to either squash the log to fit around the ToC and under its title, or force the title under the ToC and above its log?
PS. You can see the length of our recipe, are we abusing Bitten?
Attachments (1)
Change History (6)
Changed 15 years ago by trac@…
comment:1 Changed 15 years ago by anonymous
comment:2 Changed 15 years ago by osimons
- Owner changed from cmlenz to osimons
I suppose the best idea is to let the TOC push the heading down to the log message. Could you please try this and see if that looks OK:
-
bitten/htdocs/bitten.css
a b 7 7 } 8 8 9 9 #content.build h2.config, #content.build h2.step { background: #f7f7f7; 10 border-bottom: 1px solid #d7d7d7; margin: 2em 0 0; 10 border-bottom: 1px solid #d7d7d7; margin: 2em 0 0; clear: both; 11 11 } 12 12 #content.build h2.config :link, #content.build h2.config :visited { 13 13 color: #b00; display: block; border-bottom: none;
comment:3 follow-up: ↓ 4 Changed 15 years ago by trac@…
Yes, that looks much better. Thank you.
comment:4 in reply to: ↑ 3 Changed 15 years ago by trac@…
Replying to trac@…:
Yes, that looks much better. Thank you.
Indeed, clicking on the first item in the ToC now actually takes you to where the log is on the page. So it's also functionally better.
comment:5 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Thanks for testing. Committed in [668].
This is related to ticket #394