Modify ↓
Opened 19 years ago
Closed 13 years ago
#1359 closed defect (fixed)
Patch: Illegal / Invalid CSS.
| Reported by: | Prasand J. | Owned by: | Noah Kantrowitz |
|---|---|---|---|
| Priority: | normal | Component: | PyDotOrgTheme |
| Severity: | trivial | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Invalidates XHTML because 'font-size:normal' while supported by IE and Firefox, is not a legal relative-size keyword. Created / added a patch to switch from 'normal' to 'medium'.
Attachments (1)
Change History (3)
comment:1 Changed 19 years ago by
Changed 19 years ago by
| Attachment: | illegal_css.diff added |
|---|
Compared it to the Python.org site, 'font-size:medium' was too large. Switched the patch to 'font-size:x-small', and verified in Firefox and Opera.
comment:2 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



oops, I meant "Invalidates CSS" not XHTML.