diff options
| author | Jacob Thornton <[email protected]> | 2011-09-08 20:21:03 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-08 20:21:03 -0700 |
| commit | 5960711d0f79f7031b444bafba9a856c77f697bc (patch) | |
| tree | 71a29548549f7e69549b635f842359ac33116047 /lib/patterns.less | |
| parent | 346122a0c7a883f1fcc1887899cf8bb37274c7f9 (diff) | |
| download | bootstrap-5960711d0f79f7031b444bafba9a856c77f697bc.tar.xz bootstrap-5960711d0f79f7031b444bafba9a856c77f697bc.zip | |
some more js love - update the docs with tabs/pills plugin
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index b2c0d1365..4cee7020c 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -401,6 +401,16 @@ a.menu:after, } } +.tab-content > *, +.pill-content > * { + display: none; +} + +.tab-content > .active, +.pill-content > .active { + display:block; +} + // BREADCRUMBS // ----------- |
