summaryrefslogtreecommitdiff
path: root/resources/src/mediawiki.special/mediawiki.special.changeslist.css
blob: bdae0dd276ab6ce60616d231c0ba23daaf34a22d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}