aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/button-groups.less11
1 files changed, 6 insertions, 5 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index cba0b267a..f345f4e13 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -40,11 +40,12 @@
float: left;
}
// Space out series of button groups
- > .btn + .btn,
- > .btn-group + .btn,
- > .btn + .btn-group,
- > .btn-group + .btn-group {
- margin-left: 5px;
+ > .btn,
+ > .btn-group {
+ + .btn,
+ + .btn-group {
+ margin-left: 5px;
+ }
}
}