From 4dd44b20cc9b90e3dd007e7af5927412d8ea8398 Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Mon, 8 Aug 2011 14:30:53 +0200 Subject: [PATCH] Fix bug introduced in #4040c40 --- assets/css/table.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/css/table.css b/assets/css/table.css index fa5a1f5..ad2ebef 100644 --- a/assets/css/table.css +++ b/assets/css/table.css @@ -41,6 +41,11 @@ table .even { table .hover { background: #f0f0f0; } -/*table tbody tr:nth-child(even) {background: #fff} -table tbody tr:nth-child(odd) {background: #f6f6f6}*/ + +table tbody tr:nth-child(even) { + background: #fff; +} +table tbody tr:nth-child(odd) { + background: #f6f6f6; +}