Styled #mw-data-after-content in cologneblue.css to match the rest of the font (bug...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 31 Jan 2009 09:07:42 +0000 (09:07 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 31 Jan 2009 09:07:42 +0000 (09:07 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/common/cologneblue.css

index 20c41a1..6060879 100644 (file)
@@ -75,6 +75,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   viewing on the local wiki.
 * The {{NAMESPACE}}, {{TALKSPACE}}, and {{SUBJECTSPACE}} magic words can now be
   used as parser functions to return the desired namespace for a given title.
+* Styled #mw-data-after-content in cologneblue.css to match the rest of the font (bug 17110)
 
 === Bug fixes in 1.15 ===
 * (bug 16968) Special:Upload no longer throws useless warnings.
index 3732aaa..a31ecd6 100644 (file)
@@ -1455,7 +1455,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '203';
+$wgStyleVersion = '204';
 
 
 # Server-side caching:
index 2723bbe..2329d23 100644 (file)
@@ -1,6 +1,11 @@
 body { margin: 0px; padding: 0px; color: black; }
 #specialform { display: inline; }
 #content { top: 0; margin: 0; padding: 0; }
+#mw-data-after-content {
+ font-family: Verdana, Arial, sans-serif;
+ color: black;
+ font-size: 8pt;
+}
 #topbar { padding: 0px; }
 #powersearch {
   background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;