diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-01-21 20:18:44 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-01-21 20:18:44 +0000 |
commit | d88979d066581d773824c35691bdc61d8be20c0a (patch) | |
tree | 138318f55375dc8a16e50d12d6ac141f06f0af5d | |
parent | 30cda94072ffc28280339bd4b56a2de7c5e47263 (diff) | |
download | jquery-ui-d88979d066581d773824c35691bdc61d8be20c0a.tar.gz jquery-ui-d88979d066581d773824c35691bdc61d8be20c0a.zip |
added list-style: none; to li's to combat other framework 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 96baf38f8..70ed3ef4a 100644 --- a/themes/base/ui.tabs.css +++ b/themes/base/ui.tabs.css @@ -2,7 +2,7 @@ ----------------------------------*/ .ui-tabs {padding: .2em;} .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; } +.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 a { 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-panel { padding: 1em 1.4em; display: block; border: 0; background: none; } |