From: Roan Kattouw Date: Thu, 6 Oct 2011 12:13:06 +0000 (+0000) Subject: Fix bug introduced in r79084: class attribute for minor and bot markers in Special... X-Git-Tag: 1.31.0-rc.0~27237 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=45b371f689dfd7c78b9476c2ac30b20ab27b09d3;p=lhc%2Fweb%2Fwiklou.git Fix bug introduced in r79084: class attribute for minor and bot markers in Special:RecentChanges changed, but CSS wasn't updated. --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 64302a63dd..60a956f893 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -415,8 +415,8 @@ table.os-suggest-results { /** Generic minor/bot/newpage styling (recent changes) */ .newpage, -.minor, -.bot { +.minoredit, +.botedit { font-weight: bold; }