From 00013c2efd2cbd771bb23cd82bee861d31cd7b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Feb 2011 19:49:34 +0100 Subject: [PATCH] Even more over/even/odd simplify --- graphite/css/theme_right.css.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 2fbfd2663..7d9ac0e6d 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -192,14 +192,12 @@ button.mult_submit { } /* odd items 1,3,5,7,... */ -tr.odd th, -.odd { +tr.odd { background: ; } /* even items 2,4,6,8,... */ -tr.even th, -.even { +tr.even { background: ; } tr.even th, tr.odd th, fieldset th { @@ -207,9 +205,7 @@ tr.even th, tr.odd th, fieldset th { } /* odd table rows 1,3,5,7,... */ -tr.odd th, tr.odd, -tr.even th, tr.even { text-align: ; } @@ -224,9 +220,6 @@ tr.marked { /* hovered items */ -.odd:hover, -.even:hover, -.hover, .structure_actions_dropdown { background: ; color: ;