Opened 3 years ago
Closed 3 years ago
#11561 closed enhancement (fixed)
Cleanup in WP native CSS files
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 3.0 |
| Component: | Performance | Version: | 2.9 |
| Severity: | minor | Keywords: | has-patch tested |
| Cc: |
Description
Cleanup in WP native CSS files:
- tabify
- using shorter color o width values if available
- using shorter -moz-radius form if available
Attachments (1)
Change History (4)
comment:2
in reply to:
↑ description
azaozz — 3 years ago
-moz-border-radius-topleft: 3px; is not the same as -moz-border-radius: 3px 0 0 0;. The second sets all corners and overrides other selectors. Also perhaps we can keep 0.83em as it's easier to read than .83em.
Note: See
TracTickets for help on using
tickets.

Related: #10985