From: Scott González Date: Tue, 3 Dec 2013 15:46:14 +0000 (-0500) Subject: Menu tests: Fix line height issue in IE7 X-Git-Tag: 1.11.0-beta.1~158 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=25f16855bab2d4819d50e254d040d318036ad6f1;p=jquery-ui.git Menu tests: Fix line height issue in IE7 --- diff --git a/tests/unit/menu/menu.html b/tests/unit/menu/menu.html index 504d3f3cf..1d87f0a10 100644 --- a/tests/unit/menu/menu.html +++ b/tests/unit/menu/menu.html @@ -35,6 +35,10 @@ } .ui-menu .ui-menu-item { padding: 0; + /* Support: IE7 */ + *display: block; + *float: left; + *clear: left; } #menu3 { height: 250px;