test/project/sass/original_normalize.scss in compass-h5bp-0.1.1 vs test/project/sass/original_normalize.scss in compass-h5bp-0.1.2
- old
+ new
@@ -1,6 +1,6 @@
-/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
+/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
@@ -57,19 +57,25 @@
/* ==========================================================================
Base
========================================================================== */
/**
- * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
+ * 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. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
+ * 4. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
- font-size: 100%; // 1
- -webkit-text-size-adjust: 100%; // 2
- -ms-text-size-adjust: 100%; // 2
+ background: #fff; // 1
+ color: #000; // 2
+ font-size: 100%; // 3
+ -webkit-text-size-adjust: 100%; // 4
+ -ms-text-size-adjust: 100%; // 4
}
/**
* Address `font-family` inconsistency between `textarea` and other form
* elements.