Merge "Rank aliases in search in order they appear in the messages file."
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.history.styles.css
1 /* Basic styles for the history page */
2
3 #pagehistory .history-user {
4 margin-left: 0.4em;
5 margin-right: 0.2em;
6 }
7
8 #pagehistory li {
9 border: 1px solid #fff;
10 }
11
12 #pagehistory li.selected {
13 background-color: #f8f9fa;
14 border: 1px dashed #a2a9b1;
15 }
16
17 .mw-history-revisionactions {
18 float: right;
19 }
20
21 .updatedmarker {
22 background-color: #b7f430;
23 }