From 6085973e258a50e829405b1c6cca743f7782017d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 18:56:31 -0700 Subject: drop .tabbable since it's unused and undocumented /cc #10102 --- less/navs.less | 5 ----- 1 file changed, 5 deletions(-) (limited to 'less') diff --git a/less/navs.less b/less/navs.less index b1d4fcd23..90aacd7ea 100644 --- a/less/navs.less +++ b/less/navs.less @@ -222,11 +222,6 @@ // Tabbable tabs // ------------------------- -// Clear any floats -.tabbable { - .clearfix(); -} - // Hide tabbable panes to start, show them when `.active` .tab-content { > .tab-pane { -- cgit v1.2.3 From 6351c30782a87fe03d5c27e75f2287cc657ba06d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 18:58:09 -0700 Subject: comment and spacing --- less/navs.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'less') 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 // ------------------------- -- cgit v1.2.3