1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

fixes #9266 manually on account of list group file reorganization

This commit is contained in:
Mark Otto
2013-08-12 01:39:43 -07:00
parent acdbe73851
commit 5e73cc90d9
4 changed files with 15 additions and 25 deletions

View File

@@ -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,

File diff suppressed because one or more lines are too long