From 6d7589351eae1e180579fc0c87885e5ab7a73f48 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 20 Oct 2014 19:18:34 -0400 Subject: All: Drop support for IE7 Fixes #9838 Closes gh-1365 --- demos/button/toolbar.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'demos') diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html index 4a93c5ccf..e2eac055c 100644 --- a/demos/button/toolbar.html +++ b/demos/button/toolbar.html @@ -14,10 +14,6 @@ padding: 4px; display: inline-block; } - /* support: IE7 */ - *+html #toolbar { - display: inline; - }