Update 'latest' to v2.1.2

This commit is contained in:
Nicolas Gallagher 2013-08-19 00:16:52 -07:00
parent 3ece396d56
commit 982443b7dd

18
latest/normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */ /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ========================================================================== /* ==========================================================================
HTML5 display definitions HTML5 display definitions
@ -56,21 +56,15 @@ audio:not([controls]) {
========================================================================== */ ========================================================================== */
/** /**
* 1. Prevent system color scheme's background color being used in Firefox, IE, * 1. Set default font family to sans-serif.
* and Opera. * 2. Prevent iOS text size adjust after orientation change, without disabling
* 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 {
background: #fff; /* 1 */ font-family: sans-serif; /* 1 */
color: #000; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */
font-family: sans-serif; /* 3 */ -webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 4 */
-webkit-text-size-adjust: 100%; /* 4 */
} }
/** /**