2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Restore button groups

This commit is contained in:
Mark Otto
2013-01-16 13:04:29 -08:00
parent c18b5b9735
commit ab38493e91
3 changed files with 146 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@
// Components: Nav
@import "navs.less";
@import "navbar.less";
@import "button-groups.less";
+1 -1
View File
@@ -20,7 +20,7 @@
// Optional: Group multiple button groups together for a toolbar
.btn-toolbar {
.clearfix();
.clear_float();
.btn-group {
float: left;
}