From 6bf96ca9d43afe294f4345d5914683b8a200e412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 16:28:01 +0100 Subject: [PATCH] Fix th display when inside table --- css/theme_right.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index 37ca75271e..5bacc55d3e 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -78,7 +78,7 @@ th { color: ; background: ; } -th a { +thead th a { color: !important; }