Move span.comment back to shared.css as its more widely used
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / shared.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