Merge "Fix class name of WfEscapeShellArgTest"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.changeslist.css
index 5e4af7b..bdae0dd 100644 (file)
@@ -1,7 +1,17 @@
-/**
+/*!
  * Styling for Special:Watchlist and Special:RecentChanges
  */
 
 .mw-changeslist-line-watched .mw-title {
        font-weight: bold;
 }
+
+/*
+ * Titles, including username links, and also tag names
+ * are prone to getting jumbled up
+ * with other titles, usernames, etc. in mixed RTL-LTR environment.
+ */
+.mw-changeslist .mw-tag-marker,
+.mw-changeslist .mw-title {
+       unicode-bidi: embed;
+}