diff options
| author | Mark Otto <[email protected]> | 2013-02-17 20:18:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 20:18:29 -0800 |
| commit | 82d059de87ff05511ba4de4a0e345f1f26de89f8 (patch) | |
| tree | f04f45292bfe19a06992e93a7a1dba4555238960 /less | |
| parent | 159167041f0e9e81bf80ccacb990aede1b459a7c (diff) | |
| download | bootstrap-82d059de87ff05511ba4de4a0e345f1f26de89f8.tar.xz bootstrap-82d059de87ff05511ba4de4a0e345f1f26de89f8.zip | |
fix broken marketing section with updated class
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/less/navs.less b/less/navs.less index 6eb12d76b..24837cb7c 100644 --- a/less/navs.less +++ b/less/navs.less @@ -186,6 +186,26 @@ +// Tabbable tabs +// ------------------------- + +// Clear any floats +.tabbable { + .clearfix(); +} + +// Show/hide tabbable areas +.tab-content > .tab-pane, +.pill-content > .pill-pane { + display: none; +} +.tab-content > .active, +.pill-content > .active { + display: block; +} + + + /* // Prevent IE8 from misplacing imgs // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989 @@ -253,24 +273,4 @@ border-color: @grayLight; } - - -// Tabbable tabs -// ------------------------- - -// Clear any floats -.tabbable { - .clearfix(); -} - -// Show/hide tabbable areas -.tab-content > .tab-pane, -.pill-content > .pill-pane { - display: none; -} -.tab-content > .active, -.pill-content > .active { - display: block; -} - */ |
