From 982443b7ddab3efa06f42a2552b878e166f09b8f Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 19 Aug 2013 00:16:52 -0700 Subject: [PATCH] Update 'latest' to v2.1.2 --- latest/normalize.css | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/latest/normalize.css b/latest/normalize.css index 6d24a38..6adf56e 100644 --- a/latest/normalize.css +++ b/latest/normalize.css @@ -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 @@ -56,21 +56,15 @@ audio:not([controls]) { ========================================================================== */ /** - * 1. Prevent system color scheme's background color being used in Firefox, IE, - * 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 + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { - background: #fff; /* 1 */ - color: #000; /* 2 */ - font-family: sans-serif; /* 3 */ - -ms-text-size-adjust: 100%; /* 4 */ - -webkit-text-size-adjust: 100%; /* 4 */ + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ } /**