summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki.special/mediawiki.special.watchlist.css
blob: c9861c25e85a2b5b36d2c82bb15aa8f4f7e6907b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*!
 * Styling for elements generated by JavaScript on Special:Watchlist
 */
.mw-changelist-line-inner-unwatched {
	text-decoration: line-through;
	opacity: 0.5;
}

span.mw-changeslist-line-prefix {
	display: inline-block;
}
/* This can be either a span or a table cell */
.mw-changeslist-line-prefix {
	width: 1.25em;
}