Merge "Move span.comment back to shared.css as its more widely used"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 11 Jul 2016 16:25:33 +0000 (16:25 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 11 Jul 2016 16:25:33 +0000 (16:25 +0000)
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;
-}