diff options
| author | Mark Otto <[email protected]> | 2015-03-09 14:32:30 +0000 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-03-09 14:32:30 +0000 |
| commit | 454cc55e313d29d886563b874abab33412f0d31d (patch) | |
| tree | d01ec44ca21a60a594e331cacf49170ccb6dad42 /scss | |
| parent | fd3b376e0d45567a1e04cbd933561526ea38f9e4 (diff) | |
| download | bootstrap-454cc55e313d29d886563b874abab33412f0d31d.tar.xz bootstrap-454cc55e313d29d886563b874abab33412f0d31d.zip | |
remove justified button groups
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_button-group.scss | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 6e8ae63de..0e61f881a 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -201,32 +201,6 @@ } -// Justified button groups -// ---------------------- - -.btn-group-justified { - display: table; - width: 100%; - table-layout: fixed; - border-collapse: separate; - - > .btn, - > .btn-group { - display: table-cell; - float: none; - width: 1%; - } - - > .btn-group .btn { - width: 100%; - } - - > .btn-group .dropdown-menu { - left: auto; - } -} - - // Checkbox and radio options // // In order to support the browser's form validation feedback, powered by the |
