From 9b6159063e16376db37d4346e2a8c8e109c0584e Mon Sep 17 00:00:00 2001 From: Juliane Clausen Date: Thu, 25 Jul 2013 17:31:36 +0200 Subject: let's see if this table css will work --- local.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index fb04d456..c517d827 100755 --- a/local.css +++ b/local.css @@ -5,13 +5,17 @@ /* Tables */ table { + color:#000000; padding:0px; - border: 1px; } th { - text-align:left; + color:#000000; + background:#E6E6E6; + font-weight:bold; + padding:5px 10px; + text-align:center; vertical-align:top; } @@ -20,9 +24,16 @@ tr font-weight:normal; } +tr:nth-child(odd) td +{ +background:#E6E6E6; +} + td { - padding:0px; + background:#ffffff; + padding:2px 10px; text-align:left; vertical-align:top; } + -- cgit v1.2.1