Merge "Convert Special:WithoutInterwiki to HTMLForm"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.changeslist.css
1 /*!
2 * Styling for Special:Watchlist and Special:RecentChanges
3 */
4
5 .mw-changeslist-line-watched .mw-title {
6 font-weight: bold;
7 }
8
9 /*
10 * Titles, including username links, and also tag names
11 * are prone to getting jumbled up
12 * with other titles, usernames, etc. in mixed RTL-LTR environment.
13 */
14 .mw-changeslist .mw-tag-marker,
15 .mw-changeslist .mw-title {
16 unicode-bidi: embed;
17 }