mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Remove remnants of IE <audio> hack
This commit is contained in:
parent
08fc3b3d9c
commit
7855316235
11
normalize.css
vendored
11
normalize.css
vendored
@ -21,7 +21,7 @@ section {
|
|||||||
* Improves visual appearance in all browsers
|
* Improves visual appearance in all browsers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
audio[controls],
|
audio,
|
||||||
button,
|
button,
|
||||||
canvas,
|
canvas,
|
||||||
img,
|
img,
|
||||||
@ -83,15 +83,6 @@ a:hover {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Make display based on controls for <audio> element
|
|
||||||
* Fixes styling not present in IE6/7/8
|
|
||||||
*/
|
|
||||||
|
|
||||||
audio {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 1.
|
* 1.
|
||||||
* Disable border for <img> element
|
* Disable border for <img> element
|
||||||
|
Loading…
Reference in New Issue
Block a user