Skip to content

Commit

Permalink
Merge pull request #3 from lytedev/master
Browse files Browse the repository at this point in the history
Upgrade to v3.0.3. Thx @lytedev
  • Loading branch information
bymathias committed Apr 30, 2015
2 parents 2054c71 + 68b9824 commit 4e30c8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize.styl",
"version": "3.0.2",
"version": "3.0.3",
"main": "normalize.styl",
"author": [ "Nicolas Gallagher", "Mathias Brouilly" ],
"ignore": []
Expand Down
22 changes: 10 additions & 12 deletions normalize.styl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/

html
Expand Down Expand Up @@ -66,7 +66,7 @@ audio:not([controls])

/**
* 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/10/11, Safari, and Firefox < 22.
*/

[hidden],
Expand All @@ -78,7 +78,8 @@ template

/**
* 1. Remove the gray background color from active links in IE 10.
* 2. Improve readability when focused and also mouse hovered in all browsers.
* 2. Improve readability of focused elements when they are also in
* an active/hover state.
*/

a
Expand Down Expand Up @@ -185,7 +186,6 @@ figure
*/

hr
-moz-box-sizing: content-box
box-sizing: content-box
height: 0

Expand Down Expand Up @@ -241,7 +241,7 @@ button
/**
* 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 Firefox, IE 8/9/10/11, and Opera
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

Expand Down Expand Up @@ -314,15 +314,12 @@ 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
* (include `-moz` to future-proof).
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/

input[type="search"]
-webkit-appearance: textfield // 1
-moz-box-sizing: content-box
-webkit-box-sizing: content-box // 2
box-sizing: content-box
box-sizing: content-box // 2

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
Expand Down Expand Up @@ -381,3 +378,4 @@ table
td,
th
padding: 0

0 comments on commit 4e30c8a

Please sign in to comment.