From: Gabriel Wicke Date: Wed, 5 May 2004 00:58:09 +0000 (+0000) Subject: noticed this is added as html attribute to the body X-Git-Tag: 1.3.0beta1~146 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=7cf6c56e5f7ea60a3e0145a24c9e55c7ba10995c;p=lhc%2Fweb%2Fwiklou.git noticed this is added as html attribute to the body --- diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index c96cf0c469..1bcba666c1 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -1,6 +1,6 @@ @import url("common.css"); -body { margin: 0px; padding: 0px; color: black; background: White; } +body { margin: 0px; padding: 0px; color: black; } #specialform { display: inline; } #content { top: 0; margin: 0; padding: 0; } #topbar { padding: 0px; } diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 9627d18099..70dfc998e8 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -30,7 +30,7 @@ a.interwiki, a.external { color: #3366BB; } a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } -body { margin: 0px; padding: 4px; color: black;background: White; } +body { margin: 0px; padding: 4px; color: black; } form.inline { display: inline; } textarea { overflow: auto; }