diff options
| author | Mark Otto <[email protected]> | 2012-03-22 23:38:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 23:38:50 -0700 |
| commit | c4fb7032690ed10162562dfbf893311389a64dee (patch) | |
| tree | d4b6e1563393b3b64e2d83298c0255fe8d0a55f0 /less | |
| parent | 7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 (diff) | |
| download | bootstrap-c4fb7032690ed10162562dfbf893311389a64dee.tar.xz bootstrap-c4fb7032690ed10162562dfbf893311389a64dee.zip | |
fix left and right tab-content alignment with width: auto;
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/navs.less b/less/navs.less index ae187e1fb..865098c8b 100644 --- a/less/navs.less +++ b/less/navs.less @@ -309,6 +309,10 @@ // ------------ // Common styles +.tabs-left .tab-content, +.tabs-right .tab-content { + width: auto; +} .tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li { float: none; |
