Skip to content

Commit 250222e

Browse files
committed
Update normalize.css from github/master
1 parent a85afa1 commit 250222e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

normalize.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-08-03T09:41 UTC · http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-08-11T09:26 UTC · http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -42,7 +42,8 @@ audio:not([controls]) {
4242
}
4343

4444
/*
45-
* Addresses styling for 'hidden' attribute not present in IE6/7/8/9, FF3, S4
45+
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
46+
* Known issue: no IE6 support
4647
*/
4748

4849
[hidden] {
@@ -164,15 +165,15 @@ mark {
164165
}
165166

166167
/*
167-
* Corrects font family set oddly in IE6, S5, Chrome
168+
* Corrects font family set oddly in IE6, S4/5, Chrome
168169
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
169170
*/
170171

171172
pre,
172173
code,
173174
kbd,
174175
samp {
175-
font-family: monospace, monospace;
176+
font-family: monospace, serif;
176177
_font-family: 'courier new', monospace;
177178
font-size: 1em;
178179
}

0 commit comments

Comments
 (0)