Skip to content

Commit

Permalink
Merge pull request #2 from johnmichel/master
Browse files Browse the repository at this point in the history
Upgrade to v3.0.2. Thanks
  • Loading branch information
bymathias committed Jan 21, 2015
2 parents 4d69a2b + 31d8aee commit 78de4ca
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions normalize.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
Expand All @@ -22,7 +22,10 @@ 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,
Expand All @@ -34,6 +37,7 @@ footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
Expand Down Expand Up @@ -61,7 +65,7 @@ audio:not([controls])
height: 0

/**
* 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.
*/

Expand All @@ -78,7 +82,7 @@ template
*/

a
background: transparent // 1
background-color: transparent // 1
&:active,
&:hover
outline: 0 // 2
Expand All @@ -87,30 +91,30 @@ a
========================================================================== */

/**
* 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]
border-bottom: 1px dotted

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong
font-weight: bold

/**
* Address styling not present in Safari 5 and Chrome.
* Address styling not present in Safari and Chrome.
*/

dfn
font-style: italic

/**
* 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
Expand Down Expand Up @@ -153,14 +157,14 @@ sub
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9.
* Remove border when inside `a` element in IE 8/9/10.
*/

img
border: 0

/**
* Correct overflow displayed oddly in IE 9.
* Correct overflow not hidden in IE 9/10/11.
*/

svg:not(:root)
Expand All @@ -170,7 +174,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
Expand Down Expand Up @@ -215,7 +219,7 @@ samp
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 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,
Expand All @@ -228,7 +232,7 @@ textarea
margin: 0 // 3

/**
* Address `overflow` set to `hidden` in IE 8/9/10.
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button
Expand All @@ -237,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+, 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 @@ -309,8 +313,8 @@ input[type="number"]::-webkit-outer-spin-button
height: auto

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` 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 and Chrome
* (include `-moz` to future-proof).
*/

Expand Down Expand Up @@ -340,7 +344,7 @@ fieldset
padding: 0.35em 0.625em 0.75em

/**
* 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.
*/

Expand All @@ -349,7 +353,7 @@ legend
padding: 0 // 2

/**
* Remove default vertical scrollbar in IE 8/9.
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea
Expand Down

0 comments on commit 78de4ca

Please sign in to comment.