Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#8773 closed enhancement (fixed)

Press This CSS files cleanup

Reported by: Simek Owned by: anonymous
Priority: normal Milestone: 2.8
Component: Template Version: 2.8
Severity: minor Keywords: has-patch css
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 4 years ago.

Download all attachments as: .zip

Change History (4)

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

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

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

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