aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/list-group.less5
1 files changed, 2 insertions, 3 deletions
diff --git a/less/list-group.less b/less/list-group.less
index 1abc6eb7b..16bf457d7 100644
--- a/less/list-group.less
+++ b/less/list-group.less
@@ -17,7 +17,7 @@
.list-group-item {
position: relative;
display: block;
- padding: 10px 30px 10px 15px;
+ padding: 10px 15px;
// Place the border on the list items and negative margin up for better styling
margin-bottom: -1px;
background-color: @list-group-bg;
@@ -35,10 +35,9 @@
// Align badges within list items
> .badge {
float: right;
- margin-right: -15px;
}
> .badge + .badge {
- margin-right: 0;
+ margin-right: 5px;
}
}