Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#11561 closed enhancement (fixed)

Cleanup in WP native CSS files

Reported by: simek's profile Simek 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)

CSS.cleanup.patch (17.9 KB) - added by Simek 14 years ago.

Download all attachments as: .zip

Change History (4)

@Simek
14 years ago

#1 @hakre
14 years ago

Related: #10985

#2 in reply to: ↑ description @azaozz
14 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.

#3 @azaozz
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [12552]) CSS whitespace and color definitions cleanup, props Simek, fixes #11561

Note: See TracTickets for help on using tickets.