diff options
| author | Chris Rebert <[email protected]> | 2013-08-18 15:05:42 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-18 15:05:42 -0700 |
| commit | fa3959a1e10da848867be73ac1d18d209367a9b0 (patch) | |
| tree | 2e777136d5bc5304a06cff8fd3897145b92a49de /less | |
| parent | 518488cb4069b4181435873380d0738e8b63bc81 (diff) | |
| download | bootstrap-fa3959a1e10da848867be73ac1d18d209367a9b0.tar.xz bootstrap-fa3959a1e10da848867be73ac1d18d209367a9b0.zip | |
rm redundant ampersands from button-groups LESS
Diffstat (limited to 'less')
| -rw-r--r-- | less/button-groups.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 45f2fd0a9..43ada11d9 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -22,11 +22,11 @@ & .btn-default .caret { border-bottom-color: @btn-default-color; } - & .btn-primary, - & .btn-success, - & .btn-warning, - & .btn-danger, - & .btn-info { + .btn-primary, + .btn-success, + .btn-warning, + .btn-danger, + .btn-info { .caret { border-bottom-color: #fff; } |
