From de491e914af50b205ce3a74c28df9f547cff36ca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Jan 2015 21:35:55 -0800 Subject: fixes #15493: inherit color on small/.small in .panel-title --- dist/css/bootstrap.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 0c5e399ec..5cfc62508 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5311,7 +5311,11 @@ a.list-group-item-danger.active:focus { font-size: 16px; color: inherit; } -.panel-title > a { +.panel-title > a, +.panel-title > small, +.panel-title > .small, +.panel-title > small > a, +.panel-title > .small > a { color: inherit; } .panel-footer { -- cgit v1.2.3