From e87daa907877e5727ae054e83dc2de55153e9358 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Fri, 4 Nov 2011 13:44:25 -0700 Subject: make .tab-content backwards compat with 1.3 --- lib/patterns.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/patterns.less') diff --git a/lib/patterns.less b/lib/patterns.less index 1ba7fa3fd..9cccf10a4 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -430,7 +430,9 @@ a.menu:after, .pill-content { } .tab-content > .tab-pane, -.pill-content > .pill-pane { +.pill-content > .pill-pane, +.tab-content > div, +.pill-content > div { display: none; } .tab-content > .active, -- cgit v1.2.3