diff options
| author | Mark Otto <[email protected]> | 2015-01-17 21:35:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-17 21:35:55 -0800 |
| commit | de491e914af50b205ce3a74c28df9f547cff36ca (patch) | |
| tree | a1432a260e845e2a2d7bce6829d9941dc64bd2d9 /less | |
| parent | c020669b07f348ad4f3155850bbd5952cc47696e (diff) | |
| download | bootstrap-de491e914af50b205ce3a74c28df9f547cff36ca.tar.xz bootstrap-de491e914af50b205ce3a74c28df9f547cff36ca.zip | |
fixes #15493: inherit color on small/.small in .panel-title
Diffstat (limited to 'less')
| -rw-r--r-- | less/panels.less | 6 |
1 files changed, 5 insertions, 1 deletions
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; } } |
