Add justified button groups for link buttons; reorganize dropdowns and button groups docs sections

This commit is contained in:
Mark Otto
2013-02-05 00:30:03 -08:00
parent 5c1cc722e7
commit c09b994eea
4 changed files with 63 additions and 58 deletions

View File

@@ -3515,6 +3515,17 @@ button.close {
border-radius: 0 0 6px 6px;
}
.btn-group-justified {
display: table;
width: 100%;
}
.btn-group-justified .btn {
display: table-cell;
float: none;
width: 1%;
}
.breadcrumb {
padding: 8px 15px;
margin: 0 0 20px;