Opened 14 years ago
Closed 14 years ago
#20573 closed defect (bug) (fixed)
Press This CSS contains invalid, unused, and inconsistent properties
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Press This | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
The CSS block for .pressthis a contains an invalid property (background-image-repeat), an unused property (background-repeat), and irregular gradient declarations that also need more cross-browser work.
Attachments (2)
Change History (6)
#2
@
14 years ago
- Keywords has-patch added
20573.diff cleans up and adds more browser support to the gradient declarations and also contains the changes from removing-invalid-property.diff.
Note: See
TracTickets for help on using
tickets.
Semi-related: #19957