diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-02-05 05:34:04 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-02-05 05:34:04 +0000 |
commit | 65770d66ea26f5c8c27d11ece18184db6e56d8ba (patch) | |
tree | f395f5b8879df9b8ac3fbb59d8578b180d5ae6f1 /themes/base/ui.tabs.css | |
parent | bfcbc5c80fcfb646b8f5f6cd0cf45b1e4460166c (diff) | |
download | jquery-ui-65770d66ea26f5c8c27d11ece18184db6e56d8ba.tar.gz jquery-ui-65770d66ea26f5c8c27d11ece18184db6e56d8ba.zip |
typo: width, not weight
Diffstat (limited to 'themes/base/ui.tabs.css')
-rw-r--r-- | themes/base/ui.tabs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.tabs.css b/themes/base/ui.tabs.css index db3b7708d..ebaca3225 100644 --- a/themes/base/ui.tabs.css +++ b/themes/base/ui.tabs.css @@ -2,7 +2,7 @@ ----------------------------------*/ .ui-tabs { padding: .2em; zoom: 1; } .ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; position: relative; } -.ui-tabs .ui-tabs-nav li { float: left; border-bottom-weight: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; } +.ui-tabs .ui-tabs-nav li { float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; } .ui-tabs .ui-tabs-nav li a { float: left; display:block; text-decoration: none; padding: .5em 1em; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom: 0; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; } |