noticed this is added as html attribute to the body
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 5 May 2004 00:58:09 +0000 (00:58 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 5 May 2004 00:58:09 +0000 (00:58 +0000)
stylesheets/cologneblue.css
stylesheets/wikistandard.css

index c96cf0c..1bcba66 100644 (file)
@@ -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; }
index 9627d18..70dfc99 100644 (file)
@@ -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; }