Skip to content

Commit

Permalink
make tab behaviour backwards compatible. fixes twbs#12
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Nov 29, 2011
1 parent 628a8f6 commit 66685b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/bootstrap/patterns.css.scss
Expand Up @@ -398,7 +398,7 @@ a.menu:after, .dropdown-toggle:after {
// Tabbable areas
.tab-content, .pill-content {
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
.tab-content > .tab-pane, .pill-content > .pill-pane, .tab-content > div, .pill-content > div {
display: none;
}
.tab-content > .active, .pill-content > .active {
Expand Down

0 comments on commit 66685b0

Please sign in to comment.