diff options
| author | Mark Otto <[email protected]> | 2013-08-04 23:44:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-04 23:44:02 -0700 |
| commit | a2823d0f5efa3bf8c831de65a13d240e295493e2 (patch) | |
| tree | 2941390ac63dd194ca20a154a532e2d8d917f2e0 /dist/css/bootstrap.css | |
| parent | d95ff9da81057ed0abb12dcfe9a8422416916516 (diff) | |
| download | bootstrap-a2823d0f5efa3bf8c831de65a13d240e295493e2.tar.xz bootstrap-a2823d0f5efa3bf8c831de65a13d240e295493e2.zip | |
Fixes #9061: Panel titles should inherit color when linked
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
