Remove temporary Chrome pre-13 fix for audio/video control styling bug.

Chrome 13 onwards no longer has a problem with -webkit-appearance
destroying the appearance of audio/video button controls. Ref #20
This commit is contained in:
Nicolas Gallagher 2011-09-14 11:27:24 +01:00
parent 3be9da44bc
commit 4d81be6383

4
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css 2011-09-14T10:12 UTC - http://github.com/necolas/normalize.css */ /*! normalize.css 2011-09-14T10:27 UTC - http://github.com/necolas/normalize.css */
/* ============================================================================= /* =============================================================================
HTML5 display definitions HTML5 display definitions
@ -366,7 +366,7 @@ table input {
*/ */
button, button,
html input[type="button"], input[type="button"],
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
cursor: pointer; /* 1 */ cursor: pointer; /* 1 */