From 496702aab6a80bdb1d03f3011a0c0962635a8b02 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 15 Jan 2014 14:40:36 -0800 Subject: [PATCH] Set correct display for `progress` in IE 8/9 Set to `inline-block` to match default value in modern browsers. Fix #253 Close #254 --- normalize.css | 1 + 1 file changed, 1 insertion(+) diff --git a/normalize.css b/normalize.css index 4601d6f..cf18460 100644 --- a/normalize.css +++ b/normalize.css @@ -29,6 +29,7 @@ summary { audio, canvas, +progress, video { display: inline-block; }