Commit 8d3e9874 authored by XhmikosR's avatar XhmikosR
Browse files

Merge pull request #13194 from twbs/normalize.css-3.0.1

Update normalize.css to v3.0.1
parents b2a67ffe 10586bf0
Showing with 31 additions and 29 deletions
+31 -29
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html { html {
font-family: sans-serif; font-family: sans-serif;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
// //
// 1. Set default font family to sans-serif. // 1. Set default font family to sans-serif.
...@@ -24,7 +24,9 @@ body { ...@@ -24,7 +24,9 @@ body {
// ========================================================================== // ==========================================================================
// //
// Correct `block` display not defined in IE 8/9. // Correct `block` display not defined for any HTML5 element in IE 8/9.
// Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
// Correct `block` display not defined for `main` in IE 11.
// //
article, article,
...@@ -66,8 +68,8 @@ audio:not([controls]) { ...@@ -66,8 +68,8 @@ audio:not([controls]) {
} }
// //
// Address `[hidden]` styling not present in IE 8/9. // Address `[hidden]` styling not present in IE 8/9/10.
// Hide the `template` element in IE, Safari, and Firefox < 22. // Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
// //
[hidden], [hidden],
...@@ -99,7 +101,7 @@ a:hover { ...@@ -99,7 +101,7 @@ a:hover {
// ========================================================================== // ==========================================================================
// //
// Address styling not present in IE 8/9, Safari 5, and Chrome. // Address styling not present in IE 8/9/10/11, Safari, and Chrome.
// //
abbr[title] { abbr[title] {
...@@ -107,7 +109,7 @@ abbr[title] { ...@@ -107,7 +109,7 @@ abbr[title] {
} }
// //
// Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. // Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
// //
b, b,
...@@ -116,7 +118,7 @@ strong { ...@@ -116,7 +118,7 @@ strong {
} }
// //
// Address styling not present in Safari 5 and Chrome. // Address styling not present in Safari and Chrome.
// //
dfn { dfn {
...@@ -125,7 +127,7 @@ dfn { ...@@ -125,7 +127,7 @@ dfn {
// //
// Address variable `h1` font-size and margin within `section` and `article` // Address variable `h1` font-size and margin within `section` and `article`
// contexts in Firefox 4+, Safari 5, and Chrome. // contexts in Firefox 4+, Safari, and Chrome.
// //
h1 { h1 {
...@@ -174,7 +176,7 @@ sub { ...@@ -174,7 +176,7 @@ sub {
// ========================================================================== // ==========================================================================
// //
// Remove border when inside `a` element in IE 8/9. // Remove border when inside `a` element in IE 8/9/10.
// //
img { img {
...@@ -182,7 +184,7 @@ img { ...@@ -182,7 +184,7 @@ img {
} }
// //
// Correct overflow displayed oddly in IE 9. // Correct overflow not hidden in IE 9/10/11.
// //
svg:not(:root) { svg:not(:root) {
...@@ -193,7 +195,7 @@ svg:not(:root) { ...@@ -193,7 +195,7 @@ svg:not(:root) {
// ========================================================================== // ==========================================================================
// //
// Address margin not present in IE 8/9 and Safari 5. // Address margin not present in IE 8/9 and Safari.
// //
figure { figure {
...@@ -242,7 +244,7 @@ samp { ...@@ -242,7 +244,7 @@ samp {
// 1. Correct color not being inherited. // 1. Correct color not being inherited.
// Known issue: affects color of disabled elements. // Known issue: affects color of disabled elements.
// 2. Correct font properties not being inherited. // 2. Correct font properties not being inherited.
// 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. // 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
// //
button, button,
...@@ -256,7 +258,7 @@ textarea { ...@@ -256,7 +258,7 @@ textarea {
} }
// //
// Address `overflow` set to `hidden` in IE 8/9/10. // Address `overflow` set to `hidden` in IE 8/9/10/11.
// //
button { button {
...@@ -266,7 +268,7 @@ button { ...@@ -266,7 +268,7 @@ button {
// //
// Address inconsistent `text-transform` inheritance for `button` and `select`. // Address inconsistent `text-transform` inheritance for `button` and `select`.
// All other form control elements do not inherit `text-transform` values. // All other form control elements do not inherit `text-transform` values.
// Correct `button` style inheritance in Firefox, IE 8+, and Opera // Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
// Correct `select` style inheritance in Firefox. // Correct `select` style inheritance in Firefox.
// //
...@@ -345,8 +347,8 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -345,8 +347,8 @@ input[type="number"]::-webkit-outer-spin-button {
} }
// //
// 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. // 1. Address `appearance` set to `searchfield` in Safari and Chrome.
// 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome // 2. Address `box-sizing` set to `border-box` in Safari and Chrome
// (include `-moz` to future-proof). // (include `-moz` to future-proof).
// //
...@@ -379,7 +381,7 @@ fieldset { ...@@ -379,7 +381,7 @@ fieldset {
} }
// //
// 1. Correct `color` not being inherited in IE 8/9. // 1. Correct `color` not being inherited in IE 8/9/10/11.
// 2. Remove padding so people aren't caught out if they zero out fieldsets. // 2. Remove padding so people aren't caught out if they zero out fieldsets.
// //
...@@ -389,7 +391,7 @@ legend { ...@@ -389,7 +391,7 @@ legend {
} }
// //
// Remove default vertical scrollbar in IE 8/9. // Remove default vertical scrollbar in IE 8/9/10/11.
// //
textarea { textarea {
...@@ -420,4 +422,4 @@ table { ...@@ -420,4 +422,4 @@ table {
td, td,
th { th {
padding: 0; padding: 0;
} }
\ No newline at end of file
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment