5a7bf059524396bf61864017c1a22089a68766fc
[lhc/web/wiklou.git] / skins / common / common_rtl.css
1 /* js pref toc */
2 #preftoc { float: right; }
3 /* workaround for moz bug, displayed bullets on left side */
4 #preftoc li { list-style: none; }
5 #prefcontrol { float: right; }
6 fieldset.prefsection,
7 fieldset.operaprefsection {
8 margin-left: 0;
9 margin-right: 18em;
10 }
11 /* page history */
12 #pagehistory span.user {
13 margin-right: 1.4em;
14 margin-left: 0.4em;
15 }
16 div.editsection {
17 float: left;
18 margin-right: 5px;
19 }
20 div.tright {
21 clear: none;
22 }
23 div.tleft {
24 clear: left;
25 }