From 1d174f10130ea03a7f6647a45538942b778dccdd Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 12 Jul 2011 12:44:40 +0200 Subject: [PATCH] Fix #20 (only temporary until Chrome updates to version 13) --- normalize.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index 3e9a821..c3350e3 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2011-06-27T20:08 UTC · http://github.com/necolas/normalize.css */ +/*! normalize.css 2011-07-12T10:28 UTC · http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 element display @@ -341,7 +341,7 @@ input { */ button, -input[type="button"], +html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */