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 --- dist/css/bootstrap.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ee48db08a..793496b9f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2334,7 +2334,7 @@ input[type="button"].btn-block { .list-group-item { position: relative; display: block; - padding: 10px 30px 10px 15px; + padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; @@ -2353,11 +2353,10 @@ input[type="button"].btn-block { .list-group-item > .badge { float: right; - margin-right: -15px; } .list-group-item > .badge + .badge { - margin-right: 0; + margin-right: 5px; } .list-group-item-heading { -- cgit v1.2.3