File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
### HEAD
2
2
3
+ * Update to Normalize.css 3.0.2.
4
+ ([ #1050 ] ( https://github.com/h5bp/html5-boilerplate/issues/1050 ) ).
3
5
* Update ` apple-touch-icon-precomposed.png ` and the _ "Apple touch
4
6
icons"_ related documentation
5
7
([ #1599 ] ( https://github.com/h5bp/html5-boilerplate/pull/1599 ) ).
21
23
* Update to jQuery 1.11.1.
22
24
* Use ` <!doctype html> ` instead of ` <!DOCTYPE html> `
23
25
([ #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 ) ).
26
26
* Add ` /browserconfig.xml ` file and tile images
27
27
([ #1481 ] ( https://github.com/h5bp/html5-boilerplate/issues/1481 ) ).
28
28
* Add ` Disallow: ` to ` robots.txt `
Original file line number Diff line number Diff line change 1
- /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
1
+ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
2
2
3
3
/**
4
4
* 1. Set default font family to sans-serif.
25
25
26
26
/**
27
27
* 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.
29
30
* Correct `block` display not defined for `main` in IE 11.
30
31
*/
31
32
@@ -38,6 +39,7 @@ footer,
38
39
header ,
39
40
hgroup ,
40
41
main ,
42
+ menu ,
41
43
nav ,
42
44
section ,
43
45
summary {
@@ -85,7 +87,7 @@ template {
85
87
*/
86
88
87
89
a {
88
- background : transparent;
90
+ background-color : transparent;
89
91
}
90
92
91
93
/**
Original file line number Diff line number Diff line change 14
14
"jshint-stylish" : " ^1.0.0" ,
15
15
"lodash" : " ^2.4.1" ,
16
16
"mocha" : " ^1.21.4" ,
17
- "normalize.css" : " 3.0.1 " ,
17
+ "normalize.css" : " 3.0.2 " ,
18
18
"run-sequence" : " ^1.0.1"
19
19
},
20
20
"engines" : {
You can’t perform that action at this time.
0 commit comments