From 3002d460de2b854243d99634e69d394dfca78886 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Fri, 24 Oct 2014 07:18:50 -0700 Subject: [PATCH] Theme: Change default widget font-size to 1em Fixes #10131 Closes gh-1374 --- demos/demos.css | 3 --- demos/dialog/modal-form.html | 1 - tests/index.css | 3 --- tests/visual/dialog/complex-dialogs.html | 5 ----- tests/visual/dialog/stacking.html | 5 ----- tests/visual/menu/menu.html | 4 +--- tests/visual/selectmenu/selectmenu.html | 1 - tests/visual/visual.css | 1 - themes/base/theme.css | 2 +- 9 files changed, 2 insertions(+), 23 deletions(-) diff --git a/demos/demos.css b/demos/demos.css index da9ad833a..555352e35 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -1,5 +1,4 @@ body { - font-size: 62.5%; font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; } @@ -10,8 +9,6 @@ table { .demo-description { clear: both; padding: 12px; - font-size: 1.3em; - line-height: 1.4em; } .ui-draggable, .ui-droppable { diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 6e36bb9d6..b09f4e91e 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -16,7 +16,6 @@ -