From 95affa32e6b756e54cc86b85a352aaa02e65bf9d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Aug 2013 21:17:49 -0700 Subject: simplify padding in list groups and margins on badges within --- less/list-group.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'less') 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; } } -- cgit v1.2.3