r52989 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52988‎ | r52989 | r52990 >
Date:17:21, 9 July 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Added CSS to control the background color of the special page in cases where it's being set to something other than white, such as on en.wikipedia.org.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/OptIn/OptIn.css (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.css
@@ -107,4 +107,7 @@
108108 div.optin-intro {
109109 font-size: large;
110110 margin-bottom: 1em;
 111+}
 112+#content, #p-cactions li a:hover, #p-cactions li.selected a, #content div.thumb {
 113+ background-color:#FFFFFF !important;
111114 }
\ No newline at end of file

Status & tagging log