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 --- tests/unit/menu/menu.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/unit/menu') diff --git a/tests/unit/menu/menu.html b/tests/unit/menu/menu.html index 5eda3f41e..cb3df5b00 100644 --- a/tests/unit/menu/menu.html +++ b/tests/unit/menu/menu.html @@ -35,10 +35,6 @@ } .ui-menu .ui-menu-item { padding: 0; - /* Support: IE7 */ - *display: block; - *float: left; - *clear: left; } #menu3 { height: 250px; -- cgit v1.2.3