diff options
| author | Kevin Jannis <[email protected]> | 2015-01-16 21:44:27 +0100 |
|---|---|---|
| committer | Kevin Jannis <[email protected]> | 2015-01-16 21:44:27 +0100 |
| commit | be8eafd76bee6fc66c2975ce52ff2b1054877bf2 (patch) | |
| tree | 18d664315b607f11ee2ec1c4b47308297575c851 /less | |
| parent | 2a1adb5f94917ffdbfcde5933f35bc4f17869108 (diff) | |
| download | bootstrap-be8eafd76bee6fc66c2975ce52ff2b1054877bf2.tar.xz bootstrap-be8eafd76bee6fc66c2975ce52ff2b1054877bf2.zip | |
Added blank line between selectors in badges
Diffstat (limited to 'less')
| -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; } |
