diff options
| author | Mark Otto <[email protected]> | 2015-01-16 13:31:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-16 13:31:52 -0800 |
| commit | b1daf3803ed62a82132123ba2af1c5aa8bc19483 (patch) | |
| tree | 18d664315b607f11ee2ec1c4b47308297575c851 | |
| parent | 2a1adb5f94917ffdbfcde5933f35bc4f17869108 (diff) | |
| parent | be8eafd76bee6fc66c2975ce52ff2b1054877bf2 (diff) | |
| download | bootstrap-b1daf3803ed62a82132123ba2af1c5aa8bc19483.tar.xz bootstrap-b1daf3803ed62a82132123ba2af1c5aa8bc19483.zip | |
Merge pull request #15589 from KevinJannis/patch-3
Added blank line between selectors in badges
| -rw-r--r-- | less/badges.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/badges.less b/less/badges.less index b27c405a3..4a8040253 100644 --- a/less/badges.less +++ b/less/badges.less @@ -28,6 +28,7 @@ position: relative; top: -1px; } + .btn-xs & { top: 0; padding: 1px 5px; @@ -49,12 +50,15 @@ color: @badge-active-color; background-color: @badge-active-bg; } + .list-group-item > & { float: right; } + .list-group-item > & + & { margin-right: 5px; } + .nav-pills > li > a > & { margin-left: 3px; } |
