From: Udo Spallek Date: Sun, 7 Jan 2007 17:25:10 +0000 (+0000) Subject: Minor css errors debugged. Now it validates with w3c X-Git-Tag: release-2.4.1~1^2~80 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7c3a3741c852c0a8629ac173785f2f4712058cd7;p=kivitendo-erp.git Minor css errors debugged. Now it validates with w3c --- 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; } } +