diff options
| author | Mark Otto <[email protected]> | 2013-07-29 17:23:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-29 17:23:08 -0700 |
| commit | 09edfcf8c2525cb9ff397d48d8b6c9990ede30aa (patch) | |
| tree | c4d303bdacf1cb4099f925eb601b194e5d1de8ce /dist/css/bootstrap.css | |
| parent | 87c98478d2484c8b3cb46c33b01f412b5a8ed9a0 (diff) | |
| download | bootstrap-09edfcf8c2525cb9ff397d48d8b6c9990ede30aa.tar.xz bootstrap-09edfcf8c2525cb9ff397d48d8b6c9990ede30aa.zip | |
fixes #8670: move list group bg color to individual items for mo betta rendering
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 63e898fe0..3ba7d8f91 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2196,7 +2196,6 @@ input[type="button"].btn-block { .list-group { padding-left: 0; margin-bottom: 20px; - background-color: #ffffff; } .list-group-item { @@ -2204,6 +2203,7 @@ input[type="button"].btn-block { display: block; padding: 10px 30px 10px 15px; margin-bottom: -1px; + background-color: #ffffff; border: 1px solid #dddddd; } |
