Merge branch 'master' of github.com:jquery/jquery-ui

This commit is contained in:
Jörn Zaefferer 2011-10-19 12:40:07 +02:00
commit 68fe23d335

View File

@ -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; }