diff options
| author | fat <[email protected]> | 2013-08-04 15:45:51 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-04 15:45:51 -0700 |
| commit | f22a077f6ea0e0d85d9899a1f44eab4733ca6af6 (patch) | |
| tree | 95c0b4c0bedd3a2ac1aa61e03d0ead12c7827f4f /less/button-groups.less | |
| parent | b1d21731adfc04adb654133988f3c8e444d8b240 (diff) | |
| parent | b6390d298aa71e6dccb10e539097fbc7aaa45b8a (diff) | |
| download | bootstrap-f22a077f6ea0e0d85d9899a1f44eab4733ca6af6.tar.xz bootstrap-f22a077f6ea0e0d85d9899a1f44eab4733ca6af6.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index d78815c93..d8eae0a50 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -100,7 +100,7 @@ padding-left: 8px; padding-right: 8px; } -.btn-group > .btn-large + .dropdown-toggle { +.btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } @@ -117,11 +117,11 @@ margin-left: 0; } // Carets in other button sizes -.btn-large .caret { +.btn-lg .caret { border-width: 5px; } // Upside down carets for .dropup -.dropup .btn-large .caret { +.dropup .btn-lg .caret { border-bottom-width: 5px; } @@ -157,6 +157,7 @@ .btn-group-justified { display: table; width: 100%; + table-layout: fixed; .btn { float: none; display: table-cell; |
