Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git] / resources / src / mediawiki.action / mediawiki.action.history.styles.css
blobcad530bf12bbc57ea15ed39af42d35dc6194ce5c
1 /* Basic styles for the history page */
3 #pagehistory .history-user {
4 margin-left: 0.4em;
5 margin-right: 0.2em;
8 #pagehistory li {
9 border: 1px solid #fff;
12 #pagehistory li.selected {
13 background-color: #f8f9fa;
14 border: 1px dashed #a2a9b1;
17 .mw-history-revisionactions {
18 float: right;
21 .updatedmarker {
22 background-color: #b7f430;