Opened 15 years ago
Closed 15 years ago
#11561 closed enhancement (fixed)
Cleanup in WP native CSS files
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | low |
Severity: | minor | Version: | 2.9 |
Component: | Performance | Keywords: | has-patch tested |
Focuses: | 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)
#2
in reply to:
↑ description
@
15 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