summaryrefslogtreecommitdiff
path: root/skins/common/common_rtl.css
blob: 8f50b2abb7e9130368f3a73d1793ae9c224d2df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* js pref toc */
#preftoc { float: right; }
/* workaround for moz bug, displayed bullets on left side */
#preftoc li { list-style: none; }
#prefcontrol { float: right; }
fieldset.prefsection,
fieldset.operaprefsection { 
    margin-left: 0;
    margin-right: 18em;
}
/* page history */
#pagehistory span.user { 
    margin-right: 1.4em;
    margin-left: 0.4em;
}