summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJuliane Clausen <git@juliane-clausen.de>2013-07-25 17:46:14 +0200
committerJuliane Clausen <git@juliane-clausen.de>2013-07-25 17:46:14 +0200
commit058bf2a85b93f3403a709d53691ba47be479754e (patch)
tree3751fa57ae8c8f956524264dcf663b3beb003113 /local.css
parent9b6159063e16376db37d4346e2a8c8e109c0584e (diff)
working table layout
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;
}