Set correct display for progress in IE 8/9

Set to `inline-block` to match default value in modern browsers.

Fix #253
Close #254
This commit is contained in:
Nicolas Gallagher 2014-01-15 14:40:36 -08:00
parent 0b5badd591
commit 496702aab6

1
normalize.css vendored
View File

@ -29,6 +29,7 @@ summary {
audio,
canvas,
progress,
video {
display: inline-block;
}