From: Prateek Saxena Date: Mon, 4 Jul 2016 05:59:31 +0000 (+0530) Subject: Follow-up 6af8dcf: Remove duplicate styles in shared.css X-Git-Tag: 1.31.0-rc.0~6460^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=b88cc6edd1be2cc0199a9d33c013d8e73642bc73;p=lhc%2Fweb%2Fwiklou.git Follow-up 6af8dcf: Remove duplicate styles in shared.css Bug: T138721 Change-Id: I1733fcf1b3155b43dee8b79036f91b8d6cc25d05 --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index a5508c60ab..db836f11e5 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -91,37 +91,6 @@ abbr[title], } } -/* Colored watchlist and recent changes numbers */ -.mw-plusminus-pos { - color: #006400; /* dark green */ -} - -.mw-plusminus-neg { - color: #8b0000; /* dark red */ -} - -.mw-plusminus-null { - color: #aaa; /* gray */ -} - -/* - * Bidi-isolate these numbers. - * See https://phabricator.wikimedia.org/T93484 - */ -.mw-plusminus-pos, -.mw-plusminus-neg, -.mw-plusminus-null { - unicode-bidi: -moz-isolate; - unicode-bidi: isolate; -} - -/* Comment portions of RC entries */ -span.comment { - font-style: italic; - unicode-bidi: -moz-isolate; - unicode-bidi: isolate; -} - /** * Add a bit of margin space between the preview and the toolbar. * This replaces the ugly


we used to insert into the page source