diff options
| author | Mark Otto <[email protected]> | 2013-08-12 01:39:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 01:39:43 -0700 |
| commit | 5e73cc90d9104dc251fba5dcaf203523785ee9a5 (patch) | |
| tree | 9134c6b852cbd3a3b506589f4d82a1ac7d569bdc /dist/css/bootstrap.css | |
| parent | acdbe738517b592d8a92fb7c94da09c20d5e65f9 (diff) | |
| download | bootstrap-5e73cc90d9104dc251fba5dcaf203523785ee9a5.tar.xz bootstrap-5e73cc90d9104dc251fba5dcaf203523785ee9a5.zip | |
fixes #9266 manually on account of list group file reorganization
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6741ef889..096357486 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2526,12 +2526,12 @@ input[type="button"].btn-block { margin-right: 5px; } -a.list-group-item .list-group-item-heading { - color: #333333; +a.list-group-item { + color: #555555; } -a.list-group-item .list-group-item-text { - color: #555555; +a.list-group-item .list-group-item-heading { + color: #333333; } a.list-group-item:hover, |
