r76017 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76016‎ | r76017 | r76018 >
Date:17:37, 4 November 2010
Author:tparscal
Status:reverted (Comments)
Tags:
Comment:
Applied patch provided by "The Evil IP address" in bug #25145. This adjusts the colors of the .usermessage CSS rule to use blue instead of brown. Thanks for the patch!
Modified paths:
  • /trunk/phase3/skins/vector/screen.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/screen.css
@@ -948,8 +948,8 @@
949949 }
950950 /* User Message */
951951 .usermessage {
952 - background-color: #ffce7b;
953 - border: 1px solid #ffa500;
 952+ background-color: #e0e8ff;
 953+ border: 1px solid #99b3ff;
954954 color: black;
955955 font-weight: bold;
956956 margin: 2em 0 1em;

Follow-up revisions

RevisionCommit summaryAuthorDate
r82315Reverting r76017 per discussion on Bugzilla. Lack of community consensus for ...soxred9300:30, 17 February 2011

Comments

#Comment by Hashar (talk | contribs)   20:28, 23 November 2010

Please note there is a community issue with this revision which is already discussed on bug 25145. Trevor participate in the bug discussion.

Marking code as ok, cause it is :)

#Comment by X! (talk | contribs)   00:30, 17 February 2011

Reverted in r82315.

Status & tagging log