http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65380

Revision: 65380
Author:   tparscal
Date:     2010-04-21 13:38:22 +0000 (Wed, 21 Apr 2010)

Log Message:
-----------
Defined a foreground color for text. Solves bug #20737.

Modified Paths:
--------------
    trunk/phase3/skins/vector/main-ltr.css
    trunk/phase3/skins/vector/main-rtl.css

Modified: trunk/phase3/skins/vector/main-ltr.css
===================================================================
--- trunk/phase3/skins/vector/main-ltr.css      2010-04-21 13:30:47 UTC (rev 
65379)
+++ trunk/phase3/skins/vector/main-ltr.css      2010-04-21 13:38:22 UTC (rev 
65380)
@@ -35,6 +35,7 @@
        background-position: top left;
        background-repeat: repeat-y;
        background-color: white;
+       color: black;
 }
 /* Head */
 #page-base {

Modified: trunk/phase3/skins/vector/main-rtl.css
===================================================================
--- trunk/phase3/skins/vector/main-rtl.css      2010-04-21 13:30:47 UTC (rev 
65379)
+++ trunk/phase3/skins/vector/main-rtl.css      2010-04-21 13:38:22 UTC (rev 
65380)
@@ -35,6 +35,7 @@
        background-position: top right;
        background-repeat: repeat-y;
        background-color: white;
+       color: black;
 }
 /* Head */
 #page-base {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to