diff options
| author | Jacob Thornton <[email protected]> | 2011-11-04 13:44:25 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-04 13:44:25 -0700 |
| commit | e87daa907877e5727ae054e83dc2de55153e9358 (patch) | |
| tree | 0ecd4d4a92778940b4cbad08f2184e3524785367 /lib | |
| parent | 0a268389cef3986fbdf67c361057c7cb543504c4 (diff) | |
| download | bootstrap-e87daa907877e5727ae054e83dc2de55153e9358.tar.xz bootstrap-e87daa907877e5727ae054e83dc2de55153e9358.zip | |
make .tab-content backwards compat with 1.3
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 3 insertions, 1 deletions
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, |
