Reintroduce <audio>, <canvas>, <video> display setting

This commit is contained in:
Nicolas Gallagher 2011-06-20 18:23:16 +01:00
parent f892df74b1
commit 82e1797ed2

13
normalize.css vendored
View File

@ -24,6 +24,19 @@ section {
display: block;
}
/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
* Known limitation: IE6 will not apply style for 'audio[controls]'
*/
audio[controls],
canvas,
video {
display: inline-block;
*display: inline;
zoom: 1;
}
/* =============================================================================
Base