diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2011-02-25 10:43:06 +0100 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2011-02-25 11:16:16 +0100 |
commit | b65583a0292887403b0613cbdb4e8dee1d5dbe8f (patch) | |
tree | 163b6da4984da1863de3ab5dbe456854a66ef520 | |
parent | f095f23ffa43a0376610cc7bc065e036dd39027a (diff) | |
download | jquery-ui-b65583a0292887403b0613cbdb4e8dee1d5dbe8f.tar.gz jquery-ui-b65583a0292887403b0613cbdb4e8dee1d5dbe8f.zip |
Menu: Cleanup unit test page
-rw-r--r-- | tests/unit/menu/menu.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/menu/menu.html b/tests/unit/menu/menu.html index d134670cc..6e818a82b 100644 --- a/tests/unit/menu/menu.html +++ b/tests/unit/menu/menu.html @@ -46,7 +46,6 @@ <style> #qunit-fixture { font-size: 10pt; font-family: 'trebuchet ms', verdana, arial; } #list, #list1 *, #navigation, #navigation * { margin: 0; padding: 0; font-size: 12px; } - .mainOnMoon {position: absolute; top: -10000px; left: -10000px;} </style> </head> <body> @@ -59,7 +58,7 @@ </ol> -<div id="main" class="mainOnMoon"> +<div id="qunit-fixture"> <ul class="foo" id="menu1"> <li class="foo"><a class="foo" href="#">Aberdeen</a></li> |