Skip to content

Commit 9e67442

Browse files
arthurvralrra
authored andcommitted
Update to normalize.css v3.0.2
Close h5bp/html5-boilerplate#1609
1 parent da90070 commit 9e67442

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### HEAD
22

3+
* Update to Normalize.css 3.0.2.
4+
([#1050](https://github.com/h5bp/html5-boilerplate/issues/1050)).
35
* Update `apple-touch-icon-precomposed.png` and the _"Apple touch
46
icons"_ related documentation
57
([#1599](https://github.com/h5bp/html5-boilerplate/pull/1599)).
@@ -21,8 +23,6 @@
2123
* Update to jQuery 1.11.1.
2224
* Use `<!doctype html>` instead of `<!DOCTYPE html>`
2325
([#1522](https://github.com/h5bp/html5-boilerplate/issues/1522)).
24-
* Update to Normalize.css 3.0.1.
25-
([#1050](https://github.com/h5bp/html5-boilerplate/issues/1050)).
2626
* Add `/browserconfig.xml` file and tile images
2727
([#1481](https://github.com/h5bp/html5-boilerplate/issues/1481)).
2828
* Add `Disallow:` to `robots.txt`

Diff for: dist/css/normalize.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
1+
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
22

33
/**
44
* 1. Set default font family to sans-serif.
@@ -25,7 +25,8 @@ body {
2525

2626
/**
2727
* Correct `block` display not defined for any HTML5 element in IE 8/9.
28-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
28+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
29+
* and Firefox.
2930
* Correct `block` display not defined for `main` in IE 11.
3031
*/
3132

@@ -38,6 +39,7 @@ footer,
3839
header,
3940
hgroup,
4041
main,
42+
menu,
4143
nav,
4244
section,
4345
summary {
@@ -85,7 +87,7 @@ template {
8587
*/
8688

8789
a {
88-
background: transparent;
90+
background-color: transparent;
8991
}
9092

9193
/**

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"jshint-stylish": "^1.0.0",
1515
"lodash": "^2.4.1",
1616
"mocha": "^1.21.4",
17-
"normalize.css": "3.0.1",
17+
"normalize.css": "3.0.2",
1818
"run-sequence": "^1.0.1"
1919
},
2020
"engines": {

0 commit comments

Comments
 (0)