From 45b371f689dfd7c78b9476c2ac30b20ab27b09d3 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 6 Oct 2011 12:13:06 +0000 Subject: [PATCH] Fix bug introduced in r79084: class attribute for minor and bot markers in Special:RecentChanges changed, but CSS wasn't updated. --- skins/common/shared.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1