1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02: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

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