diff options
-rwxr-xr-x | local.css | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -11,10 +11,10 @@ table th { - color:#000000; + color:#CCC; background:#E6E6E6; font-weight:bold; - padding:5px 10px; + padding:0.5em 1em; text-align:center; vertical-align:top; } @@ -26,13 +26,18 @@ tr tr:nth-child(odd) td { -background:#E6E6E6; + background:#E6E6E6; } +tr:nth-child(even) td +{ + background:#CCC; +} + td { background:#ffffff; - padding:2px 10px; + padding:0.5em 1em; text-align:left; vertical-align:top; } |