Changes between Version 1 and Version 2 of Ticket #23582, comment 2
- Timestamp:
- 02/21/2013 10:54:03 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23582, comment 2
v1 v2 68 68 69 69 `box-shadow` 70 * Unprefixed version is not supported in Android Browser 3.0 and older + iOS Safari 4.3 or older70 * Unprefixed version is not supported in Android Browser 3.0 and older, iOS Safari 4.3 or older and Blackberry Browser 71 71 * The only place the prefix ''might'' be needed as I see it is in `.blog .format-aside:first-of-type, .single .format-aside:first-of-type` as it's used to create a separation between aside posts and the navigation 72 72 … … 79 79 What about using the universal selector instead? See http://paulirish.com/2012/box-sizing-border-box-ftw/ 80 80 {{{ 81 * 81 * { 82 82 -webkit-box-sizing: border-box; 83 83 -moz-box-sizing: border-box;