remove unused classes for article validation from Monobook's and Modern's main CSS...
authorJack Phoenix <ashley@users.mediawiki.org>
Fri, 25 Jun 2010 13:38:30 +0000 (13:38 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Fri, 25 Jun 2010 13:38:30 +0000 (13:38 +0000)
includes/DefaultSettings.php
skins/modern/main.css
skins/monobook/main.css

index f21e4eb..0dd2e45 100644 (file)
@@ -1548,7 +1548,7 @@ $wgCacheEpoch = '20030516000000';
  * 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
index a25b6b5..90b8b66 100644 (file)
@@ -695,30 +695,6 @@ input#wpSave, input#wpDiff {
        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;
index 2b39af2..b214aa8 100644 (file)
@@ -1162,30 +1162,6 @@ input#wpSave, input#wpDiff {
        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;