From 5ef2857edfdf212045d8dd8e7a8b12584d6307c0 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 27 Apr 2009 14:52:47 +0000 Subject: [PATCH] (bug 18069) Fixed some CSS validation issues with colors --- RELEASE-NOTES | 1 + includes/DefaultSettings.php | 2 +- skins/common/shared.css | 2 +- skins/monobook/main.css | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 05900b190e..8540b1a1dc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -376,6 +376,7 @@ The following extensions are migrated into MediaWiki 1.15: languages while the the text is typed as URLs. * (bug 18535) Search tab tool-tops are corrupted * (bug 17614) Prev / Next links not need on ImagePage file history if less than limit +* (bug 18069) Fixed some CSS validation issues with colors == API changes in 1.15 == * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 498d86989f..df9bc983c8 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1477,7 +1477,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '214'; +$wgStyleVersion = '215'; # Server-side caching: diff --git a/skins/common/shared.css b/skins/common/shared.css index d939666266..166f61297c 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -159,7 +159,7 @@ div.searchdidyoumean em { } div.searchresults { - border:1px solid darkblue; + border:1px solid #00008b; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; diff --git a/skins/monobook/main.css b/skins/monobook/main.css index ab2273d674..e653c47a56 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1428,7 +1428,7 @@ div#searchTarget ul li { } div#searchTarget ul li:before { - color: orange; + color: #ffa500; content: "\00BB \0020"; } -- 2.20.1