From 454cc55e313d29d886563b874abab33412f0d31d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Mar 2015 14:32:30 +0000 Subject: remove justified button groups --- scss/_button-group.scss | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'scss') 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 -- cgit v1.2.3