summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rwxr-xr-xlocal.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/local.css b/local.css
index c517d827..7c8cfe94 100755
--- a/local.css
+++ b/local.css
@@ -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;
}