]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: Use border-bottom-width instead of border-bottom to remove the border on tabs...
authorScott González <scott.gonzalez@gmail.com>
Fri, 22 Feb 2013 13:53:03 +0000 (08:53 -0500)
committerScott González <scott.gonzalez@gmail.com>
Fri, 22 Feb 2013 13:53:03 +0000 (08:53 -0500)
themes/base/jquery.ui.tabs.css

index 6c35e193e95af940091813f33842afe034603362..b8f77b04078dfb99f0c357ea8bb27825bb7adb1e 100644 (file)
@@ -22,7 +22,7 @@
        position: relative;
        top: 0;
        margin: 1px .2em 0 0;
-       border-bottom: 0;
+       border-bottom-width: 0;
        padding: 0;
        white-space: nowrap;
 }