Skip to content

Commit 1d174f1

Browse files
committed
Fix necolas#20 (only temporary until Chrome updates to version 13)
1 parent 86f6d2a commit 1d174f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

normalize.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-06-27T20:08 UTC · http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-07-12T10:28 UTC · http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 element display
@@ -341,7 +341,7 @@ input {
341341
*/
342342

343343
button,
344-
input[type="button"],
344+
html input[type="button"],
345345
input[type="reset"],
346346
input[type="submit"] {
347347
cursor: pointer; /* 1 */

0 commit comments

Comments
 (0)