summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-01-18 21:32:23 -0500
committerThomas Park <thomas@thomaspark.me>2013-01-18 21:32:23 -0500
commitb30039568fd6178eed6d89e720c9ffa8b56d4c9f (patch)
tree26d365727365720eca9611933f5f1deb931302f0 /cosmo/bootswatch.less
parente5ea2225eda987549110afaaddade555803c3ee4 (diff)
cosmo: fixes #65, nav-tabs border-radius bug
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index 7b5d9735..c5ce1225 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -180,6 +180,15 @@ div.subnav {
}
}
+.tabs-below,
+.tabs-left,
+.tabs-right {
+
+ & > .nav-tabs > li > a{
+ .border-radius(0);
+ }
+}
+
.nav-pills {
& > li > a {