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 /docs/assets/css | |
| parent | 7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 (diff) | |
| download | bootstrap-c4fb7032690ed10162562dfbf893311389a64dee.tar.xz bootstrap-c4fb7032690ed10162562dfbf893311389a64dee.zip | |
fix left and right tab-content alignment with width: auto;
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index af94c7402..cbed3f7c8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2735,6 +2735,10 @@ input[type="submit"].btn.btn-mini { .tabs-below .nav-tabs .active > a:hover { border-color: transparent #ddd #ddd #ddd; } +.tabs-left .tab-content, +.tabs-right .tab-content { + width: auto; +} .tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li { float: none; @@ -3039,12 +3043,6 @@ input[type="submit"].btn.btn-mini { margin-left: 10px; margin-right: 0; } -.navbar .dropdown-menu { - margin-top: 1px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} .navbar .dropdown-menu:before { content: ''; display: inline-block; @@ -3080,7 +3078,7 @@ input[type="submit"].btn.btn-mini { top: auto; } .navbar .nav .dropdown-toggle .caret, -.navbar .nav .open.dropdown .caret { +.navbar .nav .open .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } |
