From 015022503c94c8fb6d71672db2c1f715e2d493e4 Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Thu, 28 Jul 2011 19:54:26 +0200 Subject: [PATCH] Add table selector to stylesheet --- assets/css/table.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/table.css b/assets/css/table.css index dc07d38..102d760 100644 --- a/assets/css/table.css +++ b/assets/css/table.css @@ -31,4 +31,7 @@ table td span.closed { color: #a02b2b;} table .odd { background: #f6f6f6; -} \ No newline at end of file +} + +table tbody tr:nth-child(even) {background: #fff} +table tbody tr:nth-child(odd) {background: #f6f6f6} \ No newline at end of file