Merge "Prepare for REL1_33 cut, labelling master as 1.34-alpha"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.history.styles.less
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 color: #222;
15 border: 1px dashed #a2a9b1;
16 }
17
18 .mw-history-revisionactions {
19 float: right;
20 }
21
22 .updatedmarker {
23 background-color: #b7f430;
24 }