Opened 17 years ago
Closed 17 years ago
#119 closed defect (fixed)
Website prints poorly (bad CSS)
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Website | Version: | |
Keywords: | css printing | Cc: | |
Blocked By: | Blocking: |
Description
The current website CSS results in really poor printing/print preview in both IE and FF. CSS mojo required.
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Ah, the beauty of using different stylesheets in different places. The reST docs need to be compiled in such a way as to take advantage of the CSS the rest of the site uses.
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed with [1834] and website rebuilt.
Note: See
TracTickets for help on using
tickets.
A little digging points to the margin-right: setting of div#content as being the problematic bit:
div#content {
}
in rest_common.css
I'm not sure why it's needed.