From a2823d0f5efa3bf8c831de65a13d240e295493e2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Aug 2013 23:44:02 -0700 Subject: Fixes #9061: Panel titles should inherit color when linked --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 233530fdf..04fc51e37 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; -- cgit v1.2.3