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

Revision: 95950
Author:   dantman
Date:     2011-09-01 09:10:01 +0000 (Thu, 01 Sep 2011)
Log Message:
-----------
Revert r95830's change to external and interwiki link colors.

Modified Paths:
--------------
    trunk/phase3/skins/common/commonElements.css

Modified: trunk/phase3/skins/common/commonElements.css
===================================================================
--- trunk/phase3/skins/common/commonElements.css        2011-09-01 08:34:29 UTC 
(rev 95949)
+++ trunk/phase3/skins/common/commonElements.css        2011-09-01 09:10:01 UTC 
(rev 95950)
@@ -30,7 +30,7 @@
 /* Interwiki Styling */
 .mw-body a.extiw,
 .mw-body a.extiw:active {
-       color: #59e;
+       color: #36b;
        /* Don't show icons for interwiki links */
        background: none;
        padding: 0;
@@ -44,7 +44,7 @@
 
 /* External links */
 .mw-body a.external {
-       color: #59e;
+       color: #36b;
 }
 .mw-body a.external:visited {
        color: #636; /* bug 3112 */


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

Reply via email to