diff options
| author | Mark Otto <[email protected]> | 2015-01-17 21:51:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-17 21:51:03 -0800 |
| commit | bf69fbdf1fb669eb077b641a63011c8f80b91421 (patch) | |
| tree | a1432a260e845e2a2d7bce6829d9941dc64bd2d9 /dist/css/bootstrap.css | |
| parent | c020669b07f348ad4f3155850bbd5952cc47696e (diff) | |
| parent | de491e914af50b205ce3a74c28df9f547cff36ca (diff) | |
| download | bootstrap-bf69fbdf1fb669eb077b641a63011c8f80b91421.tar.xz bootstrap-bf69fbdf1fb669eb077b641a63011c8f80b91421.zip | |
Merge pull request #15594 from twbs/fix_15493
Fixes #15493: inherit color on small/.small in .panel-title
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
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 { |
