2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

remove justified button groups

This commit is contained in:
Mark Otto
2015-03-09 14:32:30 +00:00
parent fd3b376e0d
commit 454cc55e31
2 changed files with 0 additions and 92 deletions
-26
View File
@@ -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