diff --git a/normalize.css b/normalize.css index 4474dee..f9b4e85 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css 2012-07-07T08:58 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -408,19 +408,22 @@ input { } /* - * 1. Improves usability and consistency of cursor style between image-type 'input' and others + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls * 2. Corrects inability to style clickable 'input' types in iOS - * 3. Removes inner spacing in IE7 without affecting normal text inputs + * 3. Improves usability and consistency of cursor style between image-type + * 'input' and others + * 4. Removes inner spacing in IE7 without affecting normal text inputs * Known issue: inner spacing remains in IE6 */ button, -input[type="button"], +html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { - cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */ - *overflow: visible; /* 3 */ + cursor: pointer; /* 3 */ + *overflow: visible; /* 4 */ } /*