Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#8773 closed enhancement (fixed)

Press This CSS files cleanup

Reported by: simek's profile Simek Owned by:
Milestone: 2.8 Priority: normal
Severity: minor Version: 2.8
Component: Template Keywords: has-patch css
Focuses: Cc:

Description

Cleanup in Press This CSS files:

  • replaced Mozilla border radius attributes by one short form
  • deleted other unneeded border radius 0 attributes
  • deleted units from 0 values
  • each tag or element in new line
  • if available use short form of hex color
  • missing blank lines added between tags
  • other fixes

Attachments (1)

press_this_CSS_cleanup.patch (5.3 KB) - added by Simek 16 years ago.

Download all attachments as: .zip

Change History (4)

#1 @azaozz
16 years ago

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

(In [10290]) Press This CSS cleanup, props Simek, fixes #8773

#2 @azaozz
16 years ago

The border radius syntax is different between mozilla and webkit/CSS 3: -webkit-border-top-right-radius: 3px; vs -moz-border-radius-topright: 3px;.

#3 @azaozz
16 years ago

  • Milestone changed from 2.7.1 to 2.8
Note: See TracTickets for help on using tickets.