diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2014-10-24 07:18:50 -0700 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2014-10-24 07:23:31 -0700 |
commit | 3002d460de2b854243d99634e69d394dfca78886 (patch) | |
tree | d0e9bc5f04ba9adc11fc3c492bd6f6a9cf7dca88 /tests/visual/menu | |
parent | 42b896123c7bc12aabb7697636f650356ab08de5 (diff) | |
download | jquery-ui-3002d460de2b854243d99634e69d394dfca78886.tar.gz jquery-ui-3002d460de2b854243d99634e69d394dfca78886.zip |
Theme: Change default widget font-size to 1em
Fixes #10131
Closes gh-1374
Diffstat (limited to 'tests/visual/menu')
-rw-r--r-- | tests/visual/menu/menu.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/visual/menu/menu.html b/tests/visual/menu/menu.html index 0770b991b..11e9df6e1 100644 --- a/tests/visual/menu/menu.html +++ b/tests/visual/menu/menu.html @@ -45,9 +45,7 @@ }); </script> <style> - body { font-size:62.5%; } - .ui-menu { width: 200px; margin-bottom: 2em; } - .menu2-container { width: 220px; } + .ui-menu { width: 250px; margin-bottom: 2em; } .menu4 { height: 225px; overflow-y: auto; overflow-x: hidden; } .address-item { border-bottom: 1px solid #999; } .address-header { display: block; margin-bottom: .2em; font-weight: bold; } |