r10450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10449‎ | r10450 | r10451 >
Date:08:08, 12 August 2005
Author:hashar
Status:old
Tags:
Comment:
Use black on white colors. Some skins might have 'stranges' colors.
Modified paths:
  • /trunk/phase3/skins/common/commonPrint.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/commonPrint.css
@@ -123,6 +123,8 @@
124124 text-align: left;
125125 }
126126 #footer {
 127+ background : white;
 128+ color : black;
127129 border-top: 1px solid black;
128130 }
129131
@@ -146,6 +148,8 @@
147149 font-size: 8pt;
148150 overflow: auto;
149151 padding: 1em 0;
 152+ background : white;
 153+ color : black;
150154 }
151155
152156 table.listing,
@@ -175,6 +179,11 @@
176180 min-width: 0 !important;
177181 }
178182
 183+#content {
 184+ background : white;
 185+ color : black;
 186+}
 187+
179188 #column-content {
180189 margin: 0 !important;
181190 }

Status & tagging log