Opened 13 years ago
Closed 13 years ago
#5377 closed defect (fixed)
update to print.css for printable dojo book pages
Reported by: | guest | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Website | Version: | 1.0 |
Keywords: | geshi comments css print | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
Please add this to print.css for the dojo book printer-friendly pages to remove the /* GeSHI ... etc cruft that makes the printer-friendly text difficult to read:
.geshistyle { display:none; }
The stylesheet is included via:
@import (menu/print.css)
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | book → Website |
---|---|
Owner: | changed from carlavmott to Dustin Machi |
comment:3 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Owner: | changed from Dustin Machi to dylan |
Status: | new → assigned |
comment:4 Changed 13 years ago by
Fixed, though our print view could use a lot of love to make it better.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I mean:
@import url(misc/print.css)
Josh