cosmo: fixes #65, nav-tabs border-radius bug
[bootswatch] / cosmo / bootstrap.css
index 4824589..506de91 100644 (file)
@@ -5251,6 +5251,13 @@ div.subnav-fixed {
   -moz-border-radius: 0;
   border-radius: 0;
 }
+.tabs-below  > .nav-tabs > li > a,
+.tabs-left  > .nav-tabs > li > a,
+.tabs-right  > .nav-tabs > li > a {
+  -webkit-border-radius: 0;
+  -moz-border-radius: 0;
+  border-radius: 0;
+}
 .nav-pills  > li > a {
   background-color: #dfdfdf;
   -webkit-border-radius: 0;