diff options
author | Anika Henke <anika@selfthinker.org> | 2011-11-05 01:23:47 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-11-05 01:23:47 +0000 |
commit | c81eb1329d8ce142828486267004f746a785e085 (patch) | |
tree | 4ca0876ed2d6b7c966e4ab852d61a31cc60ab879 /lib/scripts | |
parent | 38b2bf3580c3c65ad5574bf64567622955f13c13 (diff) | |
download | rpg-c81eb1329d8ce142828486267004f746a785e085.tar.gz rpg-c81eb1329d8ce142828486267004f746a785e085.tar.bz2 |
removed font declarations from jquery-ui theme
Diffstat (limited to 'lib/scripts')
-rw-r--r-- | lib/scripts/jquery/jquery-ui-theme/smoothness.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/scripts/jquery/jquery-ui-theme/smoothness.css b/lib/scripts/jquery/jquery-ui-theme/smoothness.css index 0f1a7e770..44883417d 100644 --- a/lib/scripts/jquery/jquery-ui-theme/smoothness.css +++ b/lib/scripts/jquery/jquery-ui-theme/smoothness.css @@ -56,9 +56,8 @@ /* Component containers ----------------------------------*/ -.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } .ui-widget .ui-widget { font-size: 1em; } -.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; } .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } .ui-widget-content a { color: #222222; } .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } |