Ticket #7410 (new task)
Font sizes in CSS should be "em", not pixels
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.0 |
| Component: | rendering | Version: | |
| Severity: | minor | Keywords: | css |
| Cc: | Shevchenko, linuxadmin@… |
Description
Pixel units in css files of trac are bad! I had to replace tens of ??px to get the whole interface slightly larger.
If we had "em" units, the page would be displayed correctly scaled (depending on system resolution (dpi)) in every modern browser. This is what "em" units are for, normally.
Furthermore, usage of "em" units is considered as better design.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


