summaryrefslogtreecommitdiff
path: root/lumen/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 /lumen/bootstrap.css
parentf86f232bad066c7db3752fa48be703d183cb21d5 (diff)
sets color for table tr.info, closes #213
Diffstat (limited to 'lumen/bootstrap.css')
-rw-r--r--lumen/bootstrap.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css
index 1044130f..7428c468 100644
--- a/lumen/bootstrap.css
+++ b/lumen/bootstrap.css
@@ -5783,7 +5783,9 @@ table tr.success,
table tr.warning,
.table tr.warning,
table tr.danger,
-.table tr.danger {
+.table tr.danger,
+table tr.info,
+.table tr.info {
color: #fff;
}
table > thead > tr > th,