From: Brion Vibber Date: Fri, 27 Feb 2004 03:35:36 +0000 (+0000) Subject: Fix for 901693: specify default text color to avoid conflicting with background X-Git-Tag: 1.3.0beta1~940 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=a74f206e4020ddd08c6f5335a37f628e7ca2f1e1;p=lhc%2Fweb%2Fwiklou.git Fix for 901693: specify default text color to avoid conflicting with background --- diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index 2eeacbde23..b48bc68b9c 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -1,5 +1,5 @@ -body { margin: 0px; padding: 0px; } +body { margin: 0px; padding: 0px; color: black; } #specialform { display: inline; } #content { top: 0; margin: 0; padding: 0; } #topbar { padding: 0px; } diff --git a/stylesheets/nostalgia.css b/stylesheets/nostalgia.css index 4623a21fe1..62aaf9f5ad 100644 --- a/stylesheets/nostalgia.css +++ b/stylesheets/nostalgia.css @@ -1,3 +1,7 @@ +body { + /* Background color is set separately on page type */ + color: black; +} #article { } #specialform { display: inline; } #powersearch { diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 16f6289543..a0986add66 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -16,7 +16,7 @@ a.interwiki, a.external { color: #3366BB; } a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } a.stub { color:#772233; text-decoration:none; } -body { margin: 0px; padding: 4px; } +body { margin: 0px; padding: 4px; color: black; } form.inline { display: inline; } /* CHECK MERGE @@@