Opened 11 years ago
Closed 11 years ago
#21381 closed enhancement (fixed)
Twenty Twelve: CSS cleanup for old prefixes and clearing float method
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Simplify CSS rules for clearing floats and remove unnecessary older browser vendor prefixes.
- Consolidate the
:after
clearing selectors into one block, and change most elements to use the overflow property instead. - Remove prefixed versions of border-radius and box-shadow since they are fully supported in these browsers now. Also remove older webkit syntax for linear gradients.
Change History (4)
Note: See
TracTickets for help on using
tickets.
In [21334]: