diff options
author | Juliane Clausen <git@juliane-clausen.de> | 2013-07-25 17:47:25 +0200 |
---|---|---|
committer | Juliane Clausen <git@juliane-clausen.de> | 2013-07-25 17:47:25 +0200 |
commit | 87741caccd6dcc553aea5733f8510f21b49a1c5d (patch) | |
tree | 693dab130768fdd360d251a401af5fe753b45b25 | |
parent | 058bf2a85b93f3403a709d53691ba47be479754e (diff) |
Neu: nun tabellen auch mit richtiger schriftfarbe im header
-rwxr-xr-x | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ table th { - color:#CCC; - background:#E6E6E6; + color:#000; + background:#CCC; font-weight:bold; padding:0.5em 1em; text-align:center; |