Opened 14 years ago
Closed 14 years ago
#17775 closed Cleanup/optimization (fixed)
The Document version tag in lower right overwrites text when printing
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
While helpful to determine which version of the documentation is in view, when printing, this information sometimes covers up the body text.
Change History (3)
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 14 years ago
| Component: | Documentation → Djangoproject.com Web site |
|---|
comment:3 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in cf409fd3bcad883682d3eb32453c5d4d7d5c4a30.
Note:
See TracTickets
for help on using tickets.
Thanks for the report.
Actually, IMHO the on-line documentation focus isn't precisely being printed via the browser.
Note in the right sidebar you have links to:
(plus an ePub version)
they are much better when you need to print the docs.
Accepting the ticket anyway because I suspect it can be fixed for the on-line docs site with CSS more or less easily.