From 48fec1500311e47c011144a79382290011183f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 15:11:37 +0100 Subject: [PATCH] Fix color of in table elements --- css/theme_right.css.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index 40b891a6b..fb3471551 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -192,6 +192,9 @@ table tr.even th, .even { background: ; } +tr.even th, tr.odd th { + color: ; +} /* odd table rows 1,3,5,7,... */ table tr.odd th,