From e7c9c81516c81570d617be6230bcd8bd7cdb6d25 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 23 Oct 2008 14:15:24 +0000 Subject: [PATCH] Make search matches bold only, not red as well This matches the behavior of Google, Yahoo!, and MSN, probably among others. The red is unnecessarily aggressive, and looks particularly garish if a match occurs in page titles (with red and blue mixed together). Note that this was the old behavior of the Simple skin anyway (before my last commit). --- RELEASE-NOTES | 1 + skins/common/shared.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b25ba9e1e9..1a0920139e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -174,6 +174,7 @@ The following extensions are migrated into MediaWiki 1.14: is not available due to lack of confirmed address or disabled preference * Special:Wanted templates special page added to display missing templates linked from articles +* Make search matches bold only, not red as well === Bug fixes in 1.14 === diff --git a/skins/common/shared.css b/skins/common/shared.css index 6c1afdf939..c1b4129c98 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -146,7 +146,6 @@ div.searchdidyoumean { } .searchmatch { - color: red; font-weight: bold; } -- 2.20.1