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/dialog/complex-dialogs.html | |
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/dialog/complex-dialogs.html')
-rw-r--r-- | tests/visual/dialog/complex-dialogs.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/visual/dialog/complex-dialogs.html b/tests/visual/dialog/complex-dialogs.html index 0a9c8c47e..fdc00322e 100644 --- a/tests/visual/dialog/complex-dialogs.html +++ b/tests/visual/dialog/complex-dialogs.html @@ -20,11 +20,6 @@ <script src="../../../ui/autocomplete.js"></script> <script src="../../../ui/tooltip.js"></script> - <style> - body { - font-size: 62.5%; - } - </style> <script> $(function() { var dialog = $( "#dialog" ).dialog({ |