aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-17 21:35:55 -0800
committerMark Otto <[email protected]>2015-01-17 21:35:55 -0800
commitde491e914af50b205ce3a74c28df9f547cff36ca (patch)
treea1432a260e845e2a2d7bce6829d9941dc64bd2d9 /dist/css/bootstrap.css
parentc020669b07f348ad4f3155850bbd5952cc47696e (diff)
downloadbootstrap-de491e914af50b205ce3a74c28df9f547cff36ca.tar.xz
bootstrap-de491e914af50b205ce3a74c28df9f547cff36ca.zip
fixes #15493: inherit color on small/.small in .panel-title
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css6
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 {