From: Hans Hillen Date: Fri, 15 Apr 2011 17:19:27 +0000 (+0200) Subject: Updated menubar test to use UL elements rather than DIVs X-Git-Tag: 1.9m5~108^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c6cbd8143b32e496c48bc4dfbae192db71bf9492;p=jquery-ui.git Updated menubar test to use UL elements rather than DIVs --- diff --git a/tests/visual/menu/menubar.html b/tests/visual/menu/menubar.html index 5847c623f..c5b63ae86 100644 --- a/tests/visual/menu/menubar.html +++ b/tests/visual/menu/menubar.html @@ -55,6 +55,16 @@ .ui-menubar .ui-button { float: left; font-weight: normal; border-top-width: 0 !important; border-bottom-width: 0 !important; margin: 0; outline: none; } .ui-menubar .ui-menubar-link { border-right: 1px dashed transparent; border-left: 1px dashed transparent; } + ol.ui-menubar, ul.ui-menubar { + list-style: none; + margin-left: 0; + padding-left: 0; + } + + li.ui-menubar-item { + float: left; + } + table { border-collapse: collapse; } @@ -66,85 +76,97 @@ - + - + @@ -161,24 +183,26 @@
1993 3.6 - +