update normalize.css to v2.1.1
This commit is contained in:
parent
95756409bc
commit
4df22a47d9
|
@ -1,4 +1,4 @@
|
||||||
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
HTML5 display definitions
|
HTML5 display definitions
|
||||||
|
@ -56,15 +56,21 @@ audio:not([controls]) {
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Set default font family to sans-serif.
|
* 1. Prevent system color scheme's background color being used in Firefox, IE,
|
||||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
* and Opera.
|
||||||
|
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
|
||||||
|
* Opera.
|
||||||
|
* 3. Set default font family to sans-serif.
|
||||||
|
* 4. Prevent iOS text size adjust after orientation change, without disabling
|
||||||
* user zoom.
|
* user zoom.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif; /* 1 */
|
background: #fff; /* 1 */
|
||||||
-webkit-text-size-adjust: 100%; /* 2 */
|
color: #000; /* 2 */
|
||||||
-ms-text-size-adjust: 100%; /* 2 */
|
font-family: sans-serif; /* 3 */
|
||||||
|
-ms-text-size-adjust: 100%; /* 4 */
|
||||||
|
-webkit-text-size-adjust: 100%; /* 4 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue