summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-15 10:46:14 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-15 10:46:14 -0500
commit0e6fc07a14878b60245ada05c5257de96af72f6d (patch)
treec6998908378c38f6d4eb1c4152049e9c30588e2e /flatly/bootstrap.css
parentf86f232bad066c7db3752fa48be703d183cb21d5 (diff)
sets color for table tr.info, closes #213
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index 72cbc2d8..7bd76f48 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -5729,7 +5729,8 @@ button.close {
}
.table tr.success,
.table tr.warning,
-.table tr.danger {
+.table tr.danger,
+.table tr.info {
color: #fff;
}
.table > thead > tr > th,