aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-11 21:17:49 -0700
committerMark Otto <[email protected]>2013-08-11 21:17:49 -0700
commit95affa32e6b756e54cc86b85a352aaa02e65bf9d (patch)
treec938037a0f7bde5b4d48d83609f620403fa370e2 /less
parenta0f301995cbd79ee3558dc106e693d4e32e2b297 (diff)
downloadbootstrap-95affa32e6b756e54cc86b85a352aaa02e65bf9d.tar.xz
bootstrap-95affa32e6b756e54cc86b85a352aaa02e65bf9d.zip
simplify padding in list groups and margins on badges within
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;
}
}