#8773 closed enhancement (fixed)
Press This CSS files cleanup
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (4)
The border radius syntax is different between mozilla and webkit/CSS 3: -webkit-border-top-right-radius: 3px; vs -moz-border-radius-topright: 3px;.
Note: See
TracTickets for help on using
tickets.

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