Revert r49959 (Fixed some CSS validation issues with colors)
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 3 May 2009 21:36:40 +0000 (21:36 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 3 May 2009 21:36:40 +0000 (21:36 +0000)
RELEASE-NOTES
skins/common/shared.css
skins/monobook/main.css

index 3ef0ec5..99f2f17 100644 (file)
@@ -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
index 166f612..d939666 100644 (file)
@@ -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;
index 950ccfe..cf93ebf 100644 (file)
@@ -1426,7 +1426,7 @@ div#searchTarget ul li {
 }
 
 div#searchTarget ul li:before {
-       color: #ffa500;
+       color: orange;
        content: "\00BB \0020";
 }