r46636 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46635‎ | r46636 | r46637 >
Date:09:07, 31 January 2009
Author:aaron
Status:deferred
Tags:
Comment:
Styled #mw-data-after-content in cologneblue.css to match the rest of the font (bug 17110)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/cologneblue.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/cologneblue.css
@@ -1,6 +1,11 @@
22 body { margin: 0px; padding: 0px; color: black; }
33 #specialform { display: inline; }
44 #content { top: 0; margin: 0; padding: 0; }
 5+#mw-data-after-content {
 6+ font-family: Verdana, Arial, sans-serif;
 7+ color: black;
 8+ font-size: 8pt;
 9+}
510 #topbar { padding: 0px; }
611 #powersearch {
712 background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1455,7 +1455,7 @@
14561456 * to ensure that client-side caches don't keep obsolete copies of global
14571457 * styles.
14581458 */
1459 -$wgStyleVersion = '203';
 1459+$wgStyleVersion = '204';
14601460
14611461
14621462 # Server-side caching:
Index: trunk/phase3/RELEASE-NOTES
@@ -75,6 +75,7 @@
7676 viewing on the local wiki.
7777 * The {{NAMESPACE}}, {{TALKSPACE}}, and {{SUBJECTSPACE}} magic words can now be
7878 used as parser functions to return the desired namespace for a given title.
 79+* Styled #mw-data-after-content in cologneblue.css to match the rest of the font (bug 17110)
7980
8081 === Bug fixes in 1.15 ===
8182 * (bug 16968) Special:Upload no longer throws useless warnings.

Status & tagging log