aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-03-09 14:32:30 +0000
committerMark Otto <[email protected]>2015-03-09 14:32:30 +0000
commit454cc55e313d29d886563b874abab33412f0d31d (patch)
treed01ec44ca21a60a594e331cacf49170ccb6dad42 /scss
parentfd3b376e0d45567a1e04cbd933561526ea38f9e4 (diff)
downloadbootstrap-454cc55e313d29d886563b874abab33412f0d31d.tar.xz
bootstrap-454cc55e313d29d886563b874abab33412f0d31d.zip
remove justified button groups
Diffstat (limited to 'scss')
-rw-r--r--scss/_button-group.scss26
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