From 65e406341a41e2dd699d0c6954608b71b52295d8 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Fri, 1 Jun 2007 12:55:13 +0000 Subject: [PATCH] td definition ohne background-color --- skin/vilesci.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/skin/vilesci.css b/skin/vilesci.css index d6e69d18d..6b4dc822c 100644 --- a/skin/vilesci.css +++ b/skin/vilesci.css @@ -324,7 +324,15 @@ h4 background-color: #00FF00; } -body, td +td +{ + margin: 4px; + font-family: arial, tahoma, verdana, helvetica, sans-serif, serif; + padding: 0px; + font-size: smaller; /*0.8em;*/ +} + +body { background-color: #FFFFFF; margin: 4px;