From 0e6fc07a14878b60245ada05c5257de96af72f6d Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 15 Feb 2014 10:46:14 -0500 Subject: sets color for table tr.info, closes #213 --- lumen/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lumen/bootstrap.css') 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, -- cgit v1.2.3