From 0c2486ced17d5508839d4f4261492ff08bdf8799 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 17 Feb 2014 20:55:42 -0500 Subject: apply table state styles to cells, closes #217 --- slate/bootswatch.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'slate/bootswatch.less') diff --git a/slate/bootswatch.less b/slate/bootswatch.less index 9bb96e14..a9f1bbe6 100644 --- a/slate/bootswatch.less +++ b/slate/bootswatch.less @@ -148,10 +148,10 @@ h1, h2, h3, h4, h5, h6 { text-decoration: underline; } - tr.success, - tr.warning, - tr.danger, - tr.info { + .success, + .warning, + .danger, + .info { color: #fff; } -- cgit v1.2.3