Skip to content

Commit

Permalink
Update to Normalize.css 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Mar 28, 2014
1 parent ee0de75 commit 06b4df4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,11 +1,11 @@
### HEAD

* Update to Normalize.css 3.0.1.
([#1050](https://github.com/h5bp/html5-boilerplate/issues/1050)).
* Add `/browserconfig.xml` file and tile images
([#1481](https://github.com/h5bp/html5-boilerplate/issues/1481)).
* Update to Apache Server Configs 2.2.0.
* Update to jQuery 1.11.0.
* Update to Normalize.css 3.0.0.
([#1050](https://github.com/h5bp/html5-boilerplate/issues/1050)).
* Add `Disallow:` to `robots.txt`
([#1487](https://github.com/h5bp/html5-boilerplate/issues/1487)).
* Remove default foreground color from form elements
Expand Down
52 changes: 27 additions & 25 deletions css/normalize.css 100644 → 100755
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
Expand All @@ -21,10 +21,12 @@ body {
}

/* HTML5 display definitions
========================================================================== */
========================================================================== */

/**
* 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 Down Expand Up @@ -66,8 +68,8 @@ audio:not([controls]) {
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

[hidden],
Expand All @@ -76,7 +78,7 @@ template {
}

/* Links
========================================================================== */
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
Expand All @@ -96,18 +98,18 @@ a:hover {
}

/* Text-level semantics
========================================================================== */
========================================================================== */

/**
* 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,
Expand All @@ -116,7 +118,7 @@ strong {
}

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

dfn {
Expand All @@ -125,7 +127,7 @@ dfn {

/**
* 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 @@ -171,29 +173,29 @@ sub {
}

/* Embedded content
========================================================================== */
========================================================================== */

/**
* 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) {
overflow: hidden;
}

/* Grouping content
========================================================================== */
========================================================================== */

/**
* 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 @@ -231,7 +233,7 @@ samp {
}

/* Forms
========================================================================== */
========================================================================== */

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
Expand All @@ -242,7 +244,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 @@ -256,7 +258,7 @@ textarea {
}

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

button {
Expand All @@ -266,7 +268,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 @@ -345,8 +347,8 @@ input[type="number"]::-webkit-outer-spin-button {
}

/**
* 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 @@ -379,7 +381,7 @@ fieldset {
}

/**
* 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 @@ -389,7 +391,7 @@ legend {
}

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

textarea {
Expand All @@ -406,7 +408,7 @@ optgroup {
}

/* Tables
========================================================================== */
========================================================================== */

/**
* Remove most spacing between table cells.
Expand Down

0 comments on commit 06b4df4

Please sign in to comment.