Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#210 closed defect (fixed)

Some tables are unreadable due to white text on white background

Reported by: anonymous Owned by: Wilson Miner
Component: *.djangoproject.com Version:
Severity: normal Keywords: css
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

At least for me :).

The body { color: white; } CSS declaration gets inherited by unclassed table cells and makes text unreadable in certain cases (eg, the argument list tables). table { color: #000;} fixes it.

Change History (2)

comment:1 by Jacob, 19 years ago

Owner: changed from Jacob to Wilson Miner

comment:2 by Wilson Miner, 19 years ago

Resolution: fixed
Status: newclosed

Added this rule to fix.

#content-main table { color:#000; }
Note: See TracTickets for help on using tickets.
Back to Top