mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Fix #20 (only temporary until Chrome updates to version 13)
This commit is contained in:
parent
86f6d2a9f2
commit
1d174f1013
4
normalize.css
vendored
4
normalize.css
vendored
@ -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
|
HTML5 element display
|
||||||
@ -341,7 +341,7 @@ input {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input[type="button"],
|
html input[type="button"],
|
||||||
input[type="reset"],
|
input[type="reset"],
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
cursor: pointer; /* 1 */
|
cursor: pointer; /* 1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user