aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-18 19:50:53 -0700
committerMark Otto <[email protected]>2014-06-18 19:50:53 -0700
commitf4dd02f531f21207a29ffd966081e1a824155706 (patch)
treec262409d965825b0d23bf865c90af1c53daee919
parent80ffe45afebde1eb7f88f9ef390eab8d189b326e (diff)
parent20b6ae63577d2d5101a1b27cb87f44cd113d0b6f (diff)
downloadbootstrap-f4dd02f531f21207a29ffd966081e1a824155706.tar.xz
bootstrap-f4dd02f531f21207a29ffd966081e1a824155706.zip
Merge pull request #13857 from twbs/list_group_small
List group headings and small/.small
-rw-r--r--less/list-group.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/list-group.less b/less/list-group.less
index 2514389b1..1946bf59f 100644
--- a/less/list-group.less
+++ b/less/list-group.less
@@ -94,7 +94,9 @@ a.list-group-item {
border-color: @list-group-active-border;
// Force color to inherit for custom content
- .list-group-item-heading {
+ .list-group-item-heading,
+ .list-group-item-heading > small,
+ .list-group-item-heading > .small {
color: inherit;
}
.list-group-item-text {