From 534e58d491532d0a255b49ddb89baefacb1e790a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 31 Jan 2009 09:07:42 +0000 Subject: [PATCH] Styled #mw-data-after-content in cologneblue.css to match the rest of the font (bug 17110) --- RELEASE-NOTES | 1 + includes/DefaultSettings.php | 2 +- skins/common/cologneblue.css | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 20c41a1dcb..606087946c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3732aaae9f..a31ecd60b9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/common/cologneblue.css b/skins/common/cologneblue.css index 2723bbef83..2329d233b4 100644 --- a/skins/common/cologneblue.css +++ b/skins/common/cologneblue.css @@ -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; -- 2.20.1