Merge "mime.types: allow bzip2 upload"
[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, are especially prone for getting jumbled up
11 * with other titles, usernames, etc. in mixed RTL-LTR environment.
12 */
13 .mw-changeslist .mw-title {
14 unicode-bidi: embed;
15 }