aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-18 22:29:37 -0700
committerMark Otto <[email protected]>2014-06-18 22:29:37 -0700
commitd4eb5552b369e42026807edf469242df4ebd78ab (patch)
treecac3cb1c60df318e9b677f7171b30d1068984e75 /dist/css/bootstrap.css
parent2a380f6bd8c4f96ff59de88841968fd538caf538 (diff)
parent53d68a099d1e99499a8b473896a7035444491f36 (diff)
downloadbootstrap-d4eb5552b369e42026807edf469242df4ebd78ab.tar.xz
bootstrap-d4eb5552b369e42026807edf469242df4ebd78ab.zip
Merge branch 'master' into new_striped_progress_bar_class
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index a3c5f9474..8650c3f6e 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3200,6 +3200,7 @@ tbody.collapse.in {
font-size: 12px;
line-height: 1.42857143;
color: #777;
+ white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
@@ -4866,7 +4867,13 @@ a.list-group-item:focus {
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
-.list-group-item.active:focus .list-group-item-heading {
+.list-group-item.active:focus .list-group-item-heading,
+.list-group-item.active .list-group-item-heading > small,
+.list-group-item.active:hover .list-group-item-heading > small,
+.list-group-item.active:focus .list-group-item-heading > small,
+.list-group-item.active .list-group-item-heading > .small,
+.list-group-item.active:hover .list-group-item-heading > .small,
+.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,