1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

refactor button-groups.less

This commit is contained in:
liuyl
2013-07-21 20:03:59 +08:00
parent 6952d655f4
commit f5fc6254c7

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) {