diff options
| author | Mark Otto <[email protected]> | 2013-08-11 21:17:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 21:17:49 -0700 |
| commit | 95affa32e6b756e54cc86b85a352aaa02e65bf9d (patch) | |
| tree | c938037a0f7bde5b4d48d83609f620403fa370e2 /dist/css/bootstrap.css | |
| parent | a0f301995cbd79ee3558dc106e693d4e32e2b297 (diff) | |
| download | bootstrap-95affa32e6b756e54cc86b85a352aaa02e65bf9d.tar.xz bootstrap-95affa32e6b756e54cc86b85a352aaa02e65bf9d.zip | |
simplify padding in list groups and margins on badges within
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 2 insertions, 3 deletions
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 { |
