Skip to content

Commit

Permalink
Updated to normalize.css v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Saint committed Oct 9, 2014
1 parent 0a203ed commit b3fce86
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scss/normalize.scss
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.1 | 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 @@ -25,7 +25,8 @@ body {

/**
* 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 `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

Expand All @@ -38,6 +39,7 @@ footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
Expand Down Expand Up @@ -85,7 +87,7 @@ template {
*/

a {
background: transparent;
background-color: transparent;
}

/**
Expand Down

0 comments on commit b3fce86

Please sign in to comment.