r65380 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65379‎ | r65380 | r65381 >
Date:13:38, 21 April 2010
Author:tparscal
Status:ok
Tags:
Comment:
Defined a foreground color for text. Solves bug #20737.
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -35,6 +35,7 @@
3636 background-position: top left;
3737 background-repeat: repeat-y;
3838 background-color: white;
 39+ color: black;
3940 }
4041 /* Head */
4142 #page-base {
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -35,6 +35,7 @@
3636 background-position: top right;
3737 background-repeat: repeat-y;
3838 background-color: white;
 39+ color: black;
3940 }
4041 /* Head */
4142 #page-base {

Follow-up revisions

RevisionCommit summaryAuthorDate
r65381Style bump for r65380.tparscal13:39, 21 April 2010
r682221.16wmf4: MFT r65380, r65381catrope17:18, 18 June 2010

Status & tagging log