From bfcbc5c80fcfb646b8f5f6cd0cf45b1e4460166c Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Thu, 5 Feb 2009 05:30:17 +0000 Subject: changed border-bottom to border-bottom-weight. less specific override to retain border color --- themes/base/ui.tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') 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; } -- cgit v1.2.3