Fix bug introduced in r79084: class attribute for minor and bot markers in Special...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 6 Oct 2011 12:13:06 +0000 (12:13 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 6 Oct 2011 12:13:06 +0000 (12:13 +0000)
skins/common/shared.css

index 64302a6..60a956f 100644 (file)
@@ -415,8 +415,8 @@ table.os-suggest-results {
 
 /** Generic minor/bot/newpage styling (recent changes) */
 .newpage,
-.minor,
-.bot {
+.minoredit,
+.botedit {
        font-weight: bold;
 }