Modify ↓
Opened 17 years ago
Closed 17 years ago
#2332 closed defect (fixed)
CSS problem between depgraph and PyDotOrg theme
Reported by: | Keith Davies | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When the depgraph is presented, using PyDotOrg theme, the depgraph underlays the nav menu. it appears the depgraph is not presented in a <div> that PyDotOrg theme recognzies, so the left margin for the graph is not set.
Observed in Opera 9.25, Firefox 2.0.0.11
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I have a fix for this in my local code (wrap the page content with <div id='content' class='ticket'>). I can give a patch or commit to repository (given permissions).