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

Revision: 68562
Author:   ashley
Date:     2010-06-25 13:38:30 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
remove unused classes for article validation from Monobook's and Modern's main 
CSS files, related to old Special:Validate feature. This reverts Magnus' r9552.

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php
    trunk/phase3/skins/modern/main.css
    trunk/phase3/skins/monobook/main.css

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-06-25 13:33:39 UTC (rev 
68561)
+++ trunk/phase3/includes/DefaultSettings.php   2010-06-25 13:38:30 UTC (rev 
68562)
@@ -1548,7 +1548,7 @@
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '291';
+$wgStyleVersion = '292';
 
 /**
  * This will cache static pages for non-logged-in users to reduce

Modified: trunk/phase3/skins/modern/main.css
===================================================================
--- trunk/phase3/skins/modern/main.css  2010-06-25 13:33:39 UTC (rev 68561)
+++ trunk/phase3/skins/modern/main.css  2010-06-25 13:38:30 UTC (rev 68562)
@@ -695,30 +695,6 @@
        font-weight: bold;
 }
 
-/* Classes for article validation */
-
-table.revisionform_default {
-       border: 1px solid #000000;
-}
-
-table.revisionform_focus {
-       border: 1px solid #000000;
-       background-color:#00BBFF;
-}
-
-tr.revision_tr_default {
-       background-color:#EEEEEE;
-}
-
-tr.revision_tr_first {
-       background-color:#DDDDDD;
-}
-
-p.revision_saved {
-       color: green;
-       font-weight:bold;
-}
-
 /* noarticletext */
 div.noarticletext {
        border: 1px solid #ccc;

Modified: trunk/phase3/skins/monobook/main.css
===================================================================
--- trunk/phase3/skins/monobook/main.css        2010-06-25 13:33:39 UTC (rev 
68561)
+++ trunk/phase3/skins/monobook/main.css        2010-06-25 13:38:30 UTC (rev 
68562)
@@ -1162,30 +1162,6 @@
        font-weight: bold;
 }
 
-/* Classes for article validation */
-
-table.revisionform_default {
-       border: 1px solid #000000;
-}
-
-table.revisionform_focus {
-       border: 1px solid #000000;
-       background-color:#00BBFF;
-}
-
-tr.revision_tr_default {
-       background-color:#EEEEEE;
-}
-
-tr.revision_tr_first {
-       background-color:#DDDDDD;
-}
-
-p.revision_saved {
-       color: green;
-       font-weight:bold;
-}
-
 /* noarticletext */
 div.noarticletext {
        border: 1px solid #ccc;



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to