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
15
normalize.css
vendored
15
normalize.css
vendored
@ -20,19 +20,6 @@ section {
|
|||||||
display: block;
|
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
|
Base
|
||||||
@ -437,4 +424,4 @@ td {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user