(bug 18069) Fixed some CSS validation issues with colors
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 27 Apr 2009 14:52:47 +0000 (14:52 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 27 Apr 2009 14:52:47 +0000 (14:52 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/common/shared.css
skins/monobook/main.css

index 05900b1..8540b1a 100644 (file)
@@ -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
index 498d869..df9bc98 100644 (file)
@@ -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:
index d939666..166f612 100644 (file)
@@ -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;
index ab2273d..e653c47 100644 (file)
@@ -1428,7 +1428,7 @@ div#searchTarget ul li {
 }
 
 div#searchTarget ul li:before {
-       color: orange;
+       color: #ffa500;
        content: "\00BB \0020";
 }