From: Prateek Saxena Date: Sun, 10 Jul 2016 05:08:30 +0000 (+0530) Subject: Move span.comment back to shared.css as its more widely used X-Git-Tag: 1.31.0-rc.0~6404^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/%22%24ccApp/ecrire/?a=commitdiff_plain;h=61ba9bc118577f886cc481b02f0d1254b1d9eb24;p=lhc%2Fweb%2Fwiklou.git Move span.comment back to shared.css as its more widely used ...than the other changeslist CSS classes. This commit partially reverts 9e458504c7b4. Bug: T139722 Bug: T139832 Bug: T139833 Bug: T139835 Bug: T139836 Bug: T139837 Bug: T139838 Bug: T139839 Bug: T139840 Bug: T139841 Change-Id: Ia4a7b6d0d19f0f62cd2402cd81f944ab31fb84c0 --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index ce46de528f..fc163776ca 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -91,6 +91,13 @@ abbr[title], } } +/* 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 diff --git a/resources/src/mediawiki.special/mediawiki.special.changeslist.css b/resources/src/mediawiki.special/mediawiki.special.changeslist.css index b27d2a519b..a06aa95ca4 100644 --- a/resources/src/mediawiki.special/mediawiki.special.changeslist.css +++ b/resources/src/mediawiki.special/mediawiki.special.changeslist.css @@ -39,10 +39,3 @@ unicode-bidi: -moz-isolate; unicode-bidi: isolate; } - -/* Comment portions of RC entries */ -span.comment { - font-style: italic; - unicode-bidi: -moz-isolate; - unicode-bidi: isolate; -}