aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 18:58:09 -0700
committerMark Otto <[email protected]>2013-10-13 18:58:09 -0700
commit6351c30782a87fe03d5c27e75f2287cc657ba06d (patch)
tree05d2bac98fe87d273b4efaf4ea04002c3df45591
parent6085973e258a50e829405b1c6cca743f7782017d (diff)
downloadbootstrap-6351c30782a87fe03d5c27e75f2287cc657ba06d.tar.xz
bootstrap-6351c30782a87fe03d5c27e75f2287cc657ba06d.zip
comment and spacing
-rw-r--r--less/navs.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index 90aacd7ea..bebb63311 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -190,6 +190,8 @@
}
// Move borders to anchors instead of bottom of list
+//
+// Mixin for adding on top the shared `.nav-justified` styles for our tabs
.nav-tabs-justified {
border-bottom: 0;
@@ -233,7 +235,6 @@
}
-
// Dropdowns
// -------------------------