Skip to main content

Bug Tracker

Side navigation

#1817 closed bug (worksforme)

Opened October 18, 2007 01:27PM UTC

Closed January 05, 2009 04:15PM UTC

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).

Attachments (0)
Change History (3)

Changed February 04, 2008 03:13PM UTC by joern comment:1

owner: joernjohn

Changed September 30, 2008 04:04PM UTC by Robin comment:2

Looks fixed to me with the new site design.

Changed January 05, 2009 04:15PM UTC by john comment:3

milestone: 1.2.21.3
resolution: → worksforme
status: newclosed
version: 1.2.11.2.6

This should be fixed now.