Fix some misnamed IDs from the AllMessages refactor.
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 10 Aug 2009 00:32:37 +0000 (00:32 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 10 Aug 2009 00:32:37 +0000 (00:32 +0000)
includes/DefaultSettings.php
skins/common/shared.css

index 4db9ade..4e8c284 100644 (file)
@@ -1579,7 +1579,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '235';
+$wgStyleVersion = '236';
 
 
 # Server-side caching:
index 626094f..c093e46 100644 (file)
@@ -637,19 +637,19 @@ table.collapsed tr.collapsable {
 .imagelist th.TablePager_sort { background-color: #ccccff }
 
  /* Allmessages table */
-#allmessagestable .allmessages-customised td.am_default {
+#mw-allmessagestable .allmessages-customised td.am_default {
        background-color: #fcffc4;
 }
 
-#allmessagestable tr.allmessages-customised:hover td.am_default {
+#mw-allmessagestable tr.allmessages-customised:hover td.am_default {
        background-color: #faff90;
 }
 
-#allmessagestable td.am_actual {
+#mw-allmessagestable td.am_actual {
        background-color: #e2ffe2;
 }
 
-#allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
+#mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
        background-color: #b1ffb1;
 }