diff options
| author | Mark Otto <[email protected]> | 2013-07-21 08:49:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-21 08:49:52 -0700 |
| commit | e78ba0ff82e52221d33aaacd9f4bb526d04fd505 (patch) | |
| tree | 1c208df901d2a0960d2d876be464975bbe9b189a | |
| parent | 832fdf9a365689c9d50995b70a1f501c4555901b (diff) | |
| parent | f5fc6254c7f0e1791998268d92586ffc2e24d6c1 (diff) | |
| download | bootstrap-e78ba0ff82e52221d33aaacd9f4bb526d04fd505.tar.xz bootstrap-e78ba0ff82e52221d33aaacd9f4bb526d04fd505.zip | |
Merge pull request #8545 from liuyl/refactor-btngroups
refactor button-groups.less
| -rw-r--r-- | less/button-groups.less | 11 |
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; + } } } |
