From: Chad Horohoe Date: Sun, 3 May 2009 21:36:40 +0000 (+0000) Subject: Revert r49959 (Fixed some CSS validation issues with colors) X-Git-Tag: 1.31.0-rc.0~41898 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=2183f2aec51b18481c65f818ddde926619e8b898;p=lhc%2Fweb%2Fwiklou.git Revert r49959 (Fixed some CSS validation issues with colors) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3ef0ec5aea..99f2f175e4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -104,7 +104,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN 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 * (bug 18207) Strange spacing before [[irc:...]] links * Removed float from the user login form in RTL interface - caused display problems in FF2 diff --git a/skins/common/shared.css b/skins/common/shared.css index 166f61297c..d939666266 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -159,7 +159,7 @@ div.searchdidyoumean em { } div.searchresults { - border:1px solid #00008b; + border:1px solid darkblue; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 950ccfebea..cf93ebffca 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1426,7 +1426,7 @@ div#searchTarget ul li { } div#searchTarget ul li:before { - color: #ffa500; + color: orange; content: "\00BB \0020"; }