diff options
| author | liuyl <[email protected]> | 2013-07-21 20:03:59 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-21 20:03:59 +0800 |
| commit | f5fc6254c7f0e1791998268d92586ffc2e24d6c1 (patch) | |
| tree | 0bba425c1ae94f73bb61dd46d2cd13cf29763cca /less/button-groups.less | |
| parent | 6952d655f4e48daee1b2f13ee40fe076d1383b23 (diff) | |
| download | bootstrap-f5fc6254c7f0e1791998268d92586ffc2e24d6c1.tar.xz bootstrap-f5fc6254c7f0e1791998268d92586ffc2e24d6c1.zip | |
refactor button-groups.less
Diffstat (limited to 'less/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; + } } } |
