Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jquery/jquery-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Oct 19, 2011
2 parents 3c258bf + ab3e1c5 commit 68fe23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/visual/menu/menu.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<style> <style>
body { font-size:62.5%; } body { font-size:62.5%; }
.ui-menu { width: 200px; margin-bottom: 2em; } .ui-menu { width: 200px; margin-bottom: 2em; }
.menu4 { height: 200px; overflow: auto; } .menu4 { height: 200px; overflow-y: auto; overflow-x: hidden; }
.address-item { border-bottom: 1px solid #999; } .address-item { border-bottom: 1px solid #999; }
.address-header { display: block; margin-bottom: .2em; font-weight: bold; } .address-header { display: block; margin-bottom: .2em; font-weight: bold; }
.address-content { display: block; margin-bottom: .2em; padding-left: 10px; } .address-content { display: block; margin-bottom: .2em; padding-left: 10px; }
Expand Down

0 comments on commit 68fe23d

Please sign in to comment.