diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-02-05 05:30:17 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-02-05 05:30:17 +0000 |
commit | bfcbc5c80fcfb646b8f5f6cd0cf45b1e4460166c (patch) | |
tree | c861a36aff575fb291def92ee8aa9d370a06397a /themes | |
parent | 93fbdd41b301d8240f7138e03a2bac9d4d78ca24 (diff) | |
download | jquery-ui-bfcbc5c80fcfb646b8f5f6cd0cf45b1e4460166c.tar.gz jquery-ui-bfcbc5c80fcfb646b8f5f6cd0cf45b1e4460166c.zip |
changed border-bottom to border-bottom-weight. less specific override to retain border color
Diffstat (limited to 'themes')
-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 e812426cb..db3b7708d 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: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; } +.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 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; } |