From 7c3a3741c852c0a8629ac173785f2f4712058cd7 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Sun, 7 Jan 2007 17:25:10 +0000 Subject: [PATCH] Minor css errors debugged. Now it validates with w3c --- css/lx-office-erp.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 8d8ad3d96..90fc6a8fd 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -45,9 +45,13 @@ body { font-size: 10pt; background-color: white; background-image: url("../image/fade.png"); background-repeat:repeat-x; - color: black + color: black; } -// .bg { background-image: url("mn_hauptmenu.png");} + +/* .bg { + background-image: url("mn_hauptmenu.png"); +} */ + td { font-family: Verdana, Arial, Helvetica; color: black; @@ -226,3 +230,4 @@ h2.error { display: none; } } + -- 2.20.1