mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Remove <audio>, <video>, <canvas> display set to inline-block. Default display is inline. Fix #10
This commit is contained in:
parent
77519357af
commit
fc842fc634
13
normalize.css
vendored
13
normalize.css
vendored
@ -20,19 +20,6 @@ section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add display for embedded HTML5 elements
|
||||
* Addresses display not defined in IE6/7/8/9 & FF3
|
||||
*/
|
||||
|
||||
audio[controls],
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Base
|
||||
|
Loading…
Reference in New Issue
Block a user