make .tab-content backwards compat with 1.3

This commit is contained in:
Jacob Thornton
2011-11-04 13:44:25 -07:00
parent 0a268389ce
commit e87daa9078
4 changed files with 14 additions and 9 deletions

View File

@@ -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,