Opened 15 years ago
Closed 14 years ago
#1817 closed bug (worksforme)
Trac pages slightly broken in Firefox
Reported by: | Robin | Owned by: | john |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | web | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
E.g.: http://dev.jquery.com/timeline/ . The content pushes out past the right hand side of the screen. Root cause of this problem is that the Trac content is wrapped by a <div id="content">, but so is the main jquery site. It looks like some hacks have been put in place to try and work around this but it's basically been unsuccessful. The proper fix I'd guess would be to do something like renaming the outer <div id="content"> to <div id="jq-content"> (or equivalent) then adding to jquery-lite2.css:
#jq-content { padding: 0 37px; background: #fff; }
and removing the borders and width from #content in the same file (line 88).
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from joern to john |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | 1.2.2 → 1.3 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Version: | 1.2.1 → 1.2.6 |
This should be fixed now.
Looks fixed to me with the new site design.