2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Fixes #5927: Scope button group 5px button left margin to immediate children

This commit is contained in:
Mark Otto
2012-11-28 01:51:04 -08:00
parent 014d3cedf5
commit 783120dffa
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -24,9 +24,9 @@
font-size: 0; // Hack to remove whitespace that results from using inline-block
margin-top: @baseLineHeight / 2;
margin-bottom: @baseLineHeight / 2;
.btn + .btn,
.btn-group + .btn,
.btn + .btn-group {
> .btn + .btn,
> .btn-group + .btn,
> .btn + .btn-group {
margin-left: 5px;
}
}