Partially rv r19101+r19102, fix noise in error console by explicitly
[lhc/web/wiklou.git] / skins / common / common_rtl.css
1 /* This CSS file is called from absolutely every wiki that's RTL: unlike
2 * common.css, it's actually common to all skins. */
3
4 /* js pref toc */
5 #preftoc { float: right; }
6 /* workaround for moz bug, displayed bullets on left side */
7 #preftoc li { list-style: none; }
8 #prefcontrol { float: right; }
9 fieldset.prefsection,
10 fieldset.operaprefsection {
11 margin-left: 0;
12 margin-right: 18em;
13 }
14 /* page history */
15 #pagehistory span.user {
16 margin-right: 1.4em;
17 margin-left: 0.4em;
18 }
19 .editsection {
20 float: left;
21 margin-right: 5px;
22 }
23 div.tright, div.floatright {
24 clear: none;
25 }
26 div.tleft, div.floatleft {
27 clear: left;
28 }