mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update normalize.css from github/master
This commit is contained in:
parent
a85afa128f
commit
250222ea1c
9
normalize.css
vendored
9
normalize.css
vendored
@ -1,4 +1,4 @@
|
||||
/*! normalize.css 2011-08-03T09:41 UTC · http://github.com/necolas/normalize.css */
|
||||
/*! normalize.css 2011-08-11T09:26 UTC · http://github.com/necolas/normalize.css */
|
||||
|
||||
/* =============================================================================
|
||||
HTML5 display definitions
|
||||
@ -42,7 +42,8 @@ audio:not([controls]) {
|
||||
}
|
||||
|
||||
/*
|
||||
* Addresses styling for 'hidden' attribute not present in IE6/7/8/9, FF3, S4
|
||||
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
|
||||
* Known issue: no IE6 support
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
@ -164,7 +165,7 @@ mark {
|
||||
}
|
||||
|
||||
/*
|
||||
* Corrects font family set oddly in IE6, S5, Chrome
|
||||
* Corrects font family set oddly in IE6, S4/5, Chrome
|
||||
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
|
||||
*/
|
||||
|
||||
@ -172,7 +173,7 @@ pre,
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-family: monospace, serif;
|
||||
_font-family: 'courier new', monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user