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 --- less/panels.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'less') diff --git a/less/panels.less b/less/panels.less index d0f8f95f4..04eb2b39c 100644 --- a/less/panels.less +++ b/less/panels.less @@ -36,7 +36,11 @@ font-size: ceil((@font-size-base * 1.125)); color: inherit; - > a { + > a, + > small, + > .small, + > small > a, + > .small > a { color: inherit; } } -- cgit v1.2.3