/*! * Styling for Special:Watchlist and Special:RecentChanges */ .mw-changeslist-line-watched .mw-title { font-weight: bold; } /* * Titles, including username links, are especially prone for getting jumbled up * with other titles, usernames, etc. in mixed RTL-LTR environment. */ .mw-changeslist .mw-title { unicode-bidi: embed; }