Move span.comment back to shared.css as its more widely used
authorPrateek Saxena <prtksxna@gmail.com>
Sun, 10 Jul 2016 05:08:30 +0000 (10:38 +0530)
committerPrtksxna <psaxena@wikimedia.org>
Mon, 11 Jul 2016 16:16:59 +0000 (16:16 +0000)
...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

resources/src/mediawiki.legacy/shared.css
resources/src/mediawiki.special/mediawiki.special.changeslist.css

index ce46de5..fc16377 100644 (file)
@@ -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 <p><br /></p> we used to insert into the page source
index b27d2a5..a06aa95 100644 (file)
        unicode-bidi: -moz-isolate;
        unicode-bidi: isolate;
 }
-
-/* Comment portions of RC entries */
-span.comment {
-       font-style: italic;
-       unicode-bidi: -moz-isolate;
-       unicode-bidi: isolate;
-}