From 7cf6c56e5f7ea60a3e0145a24c9e55c7ba10995c Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 5 May 2004 00:58:09 +0000 Subject: [PATCH] noticed this is added as html attribute to the body --- stylesheets/cologneblue.css | 2 +- stylesheets/wikistandard.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1