aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-16 13:31:52 -0800
committerMark Otto <[email protected]>2015-01-16 13:31:52 -0800
commitb1daf3803ed62a82132123ba2af1c5aa8bc19483 (patch)
tree18d664315b607f11ee2ec1c4b47308297575c851
parent2a1adb5f94917ffdbfcde5933f35bc4f17869108 (diff)
parentbe8eafd76bee6fc66c2975ce52ff2b1054877bf2 (diff)
downloadbootstrap-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.less4
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;
}