From 4d81be63832501608fe8ae27cfdefef3f67664de Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 14 Sep 2011 11:27:24 +0100 Subject: [PATCH] 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 --- normalize.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index 3e1156f..487511e 100644 --- a/normalize.css +++ b/normalize.css @@ -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 @@ -366,7 +366,7 @@ table input { */ button, -html input[type="button"], +input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */