]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump Normalize to https://github.com/necolas/normalize.css/commit/fe567632afcf8afcf17...
authorChris Rebert <code@chrisrebert.com>
Thu, 21 Jan 2016 22:28:41 +0000 (14:28 -0800)
committerChris Rebert <code@chrisrebert.com>
Thu, 21 Jan 2016 22:28:41 +0000 (14:28 -0800)
So as to pull in https://github.com/necolas/normalize.css/pull/496

scss/_normalize.scss

index 2e62b53ecfe2a719704d245ae5b6b9b21a4cf814..93dd4521727d7d89c41f6b79635621a0f924161a 100644 (file)
@@ -1,4 +1,4 @@
-/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+/*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */
 
 //
 // 1. Set default font family to sans-serif.
@@ -37,7 +37,6 @@ figcaption,
 figure,
 footer,
 header,
-hgroup,
 main,
 menu,
 nav,
@@ -353,13 +352,11 @@ input[type="number"]::-webkit-outer-spin-button {
 }
 
 //
-// 1. Address `appearance` set to `searchfield` in Safari and Chrome.
-// 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
+// Address `appearance` set to `searchfield` in Safari and Chrome.
 //
 
 input[type="search"] {
-  -webkit-appearance: textfield; // 1
-  box-sizing: content-box; //2
+  -webkit-appearance: textfield;
 }
 
 //