-/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
+/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
// ==========================================================================
// HTML5 display definitions
footer,
header,
hgroup,
+main,
nav,
section,
summary {
// ==========================================================================
//
-// Address variable `h1` font size within `section` and `article` contexts in
-// Firefox 4+, Safari 5, and Chrome.
+// Address variable `h1` font-size and margin within `section` and `article`
+// contexts in Firefox 4+, Safari 5, and Chrome.
//
h1 {
font-size: 2em;
+ margin: 0.67em 0;
}
//
//
dfn {
- font-style: italic;
+ font-style: italic;
+}
+
+//
+// Address differences between Firefox and other browsers.
+//
+
+hr {
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
+ height: 0;
}
//
//
pre {
- white-space: pre;
white-space: pre-wrap;
- word-wrap: break-word;
}
//
//
svg:not(:root) {
- overflow: hidden;
+ overflow: hidden;
}
// ==========================================================================
//
figure {
- margin: 0;
+ margin: 0;
}
// ==========================================================================
line-height: normal;
}
+//
+// Address inconsistent `text-transform` inheritance for `button` and `select`.
+// All other form control elements do not inherit `text-transform` values.
+// Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
+// Correct `select` style inheritance in Firefox 4+ and Opera.
+//
+
+button,
+select {
+ text-transform: none;
+}
+
//
// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
// and `video` controls.