From 6d7589351eae1e180579fc0c87885e5ab7a73f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 20 Oct 2014 19:18:34 -0400 Subject: [PATCH] All: Drop support for IE7 Fixes #9838 Closes gh-1365 --- demos/button/toolbar.html | 4 ---- tests/unit/accordion/accordion.html | 4 ---- tests/unit/dialog/dialog_methods.js | 3 ++- tests/unit/dialog/dialog_options.js | 8 ++++---- tests/unit/menu/menu.html | 4 ---- tests/unit/selectable/selectable_events.js | 7 ++----- themes/base/accordion.css | 1 - themes/base/core.css | 3 --- themes/base/menu.css | 1 - themes/base/selectmenu.css | 2 -- ui/tabs.js | 4 ---- 11 files changed, 8 insertions(+), 33 deletions(-) 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; - }