2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Added blank line between selectors in badges

This commit is contained in:
Kevin Jannis
2015-01-16 21:44:27 +01:00
parent 2a1adb5f94
commit be8eafd76b
+4
View File
@@ -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;
}