mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-11 14:34:56 -05:00
Add justified button groups for link buttons; reorganize dropdowns and button groups docs sections
This commit is contained in:
@@ -142,3 +142,17 @@
|
||||
.btn-group-vertical .btn-large:last-child {
|
||||
border-radius: 0 0 @border-radius-large @border-radius-large;
|
||||
}
|
||||
|
||||
|
||||
// Justified button groups
|
||||
// ----------------------
|
||||
|
||||
.btn-group-justified {
|
||||
display: table;
|
||||
width: 100%;
|
||||
.btn {
|
||||
float: none;
|
||||
display: table-cell;
|
||||
width: 1%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user