2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #9061: Panel titles should inherit color when linked

This commit is contained in:
Mark Otto
2013-08-04 23:44:02 -07:00
parent d95ff9da81
commit a2823d0f5e
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -2418,6 +2418,10 @@ a.list-group-item.active .list-group-item-text {
font-weight: 500;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
margin: 15px -15px -15px;
+1 -1
View File
File diff suppressed because one or more lines are too long