From: Gabriel Wicke Date: Wed, 5 May 2004 00:53:21 +0000 (+0000) Subject: set default background to white (make sure there's a contrast between text and bg) X-Git-Tag: 1.3.0beta1~148 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=89e62e2855d6164aac0c126ee022dd1a39492602;p=lhc%2Fweb%2Fwiklou.git set default background to white (make sure there's a contrast between text and bg) --- diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 70dfc998e8..9627d18099 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; } +body { margin: 0px; padding: 4px; color: black;background: White; } form.inline { display: inline; } textarea { overflow: auto; }