mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Merge branch 'master' of github.com:necolas/normalize.css
This commit is contained in:
commit
86f6d2a9f2
6
normalize.css
vendored
6
normalize.css
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css 2011-06-21T18:23 UTC · http://github.com/necolas/normalize.css */
|
/*! normalize.css 2011-06-27T20:08 UTC · http://github.com/necolas/normalize.css */
|
||||||
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
HTML5 element display
|
HTML5 element display
|
||||||
@ -31,7 +31,7 @@ canvas,
|
|||||||
video {
|
video {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
*display: inline;
|
*display: inline;
|
||||||
zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -390,7 +390,7 @@ input::-moz-focus-inner {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* 1. Removes default vertical scrollbar in IE6/7/8/9
|
* 1. Removes default vertical scrollbar in IE6/7/8/9
|
||||||
* 2. Improves readability and aligment in all browsers
|
* 2. Improves readability and alignment in all browsers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
Loading…
Reference in New Issue
Block a user