diff options
| author | Chris Rebert <[email protected]> | 2016-01-21 14:28:41 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-21 14:28:41 -0800 |
| commit | beeafc280836b347b63197a7136910bc7725f08c (patch) | |
| tree | f6b4c3b5ad7351514292a9a1e73ebcbb8c9c3874 | |
| parent | bd8c03bfc660d43c12155e81cce5dcbc6c391cf5 (diff) | |
| download | bootstrap-beeafc280836b347b63197a7136910bc7725f08c.tar.xz bootstrap-beeafc280836b347b63197a7136910bc7725f08c.zip | |
Bump Normalize to https://github.com/necolas/normalize.css/commit/fe567632afcf8afcf17925ab2a507ed87504cce8
So as to pull in https://github.com/necolas/normalize.css/pull/496
| -rw-r--r-- | scss/_normalize.scss | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/scss/_normalize.scss b/scss/_normalize.scss index 2e62b53ec..93dd45217 100644 --- a/scss/_normalize.scss +++ b/scss/_normalize.scss @@ -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; } // |
