2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #8545 from liuyl/refactor-btngroups

refactor button-groups.less
This commit is contained in:
Mark Otto
2013-07-21 08:49:52 -07:00
+5 -4
View File
@@ -40,12 +40,13 @@
float: left; float: left;
} }
// Space out series of button groups // Space out series of button groups
> .btn + .btn, > .btn,
> .btn-group + .btn, > .btn-group {
> .btn + .btn-group, + .btn,
> .btn-group + .btn-group { + .btn-group {
margin-left: 5px; margin-left: 5px;
} }
}
} }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {