Remove remnants of IE <audio> hack

This commit is contained in:
necolas 2011-05-06 23:16:26 +01:00
parent 08fc3b3d9c
commit 7855316235

11
normalize.css vendored
View File

@ -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