Localisation updates for core messages from Betawiki (2008-02-13 00:08 CET)
[mediawiki.git] / skins / common / common_rtl.css
blobd26acc13d933d1ab796cb7d27fd00618608b6480
1 /*
2 * This file contains CSS settings common to RTL wikis use the old
3 * pre-Monobook skins Wikistandard, Nostalgia and CologneBlue
4 */
6 /* js pref toc */
7 #preftoc { float: right; }
8 /* workaround for moz bug, displayed bullets on left side */
9 #preftoc li { list-style: none; }
10 #prefcontrol { float: right; }
11 fieldset.prefsection,
12 fieldset.operaprefsection {
13 margin-left: 0;
14 margin-right: 18em;
16 /* page history */
17 #pagehistory span.user {
18 margin-right: 1.4em;
19 margin-left: 0.4em;
21 .editsection {
22 float: left;
23 margin-right: 5px;
25 div.tright, div.floatright {
26 clear: none;
28 div.tleft, div.floatleft {
29 clear: left;
31 /* Unblock and Ipblocklist links of Special:Blockip */
32 p.mw-ipb-conveniencelinks {
33 float: left;
35 table.filehistory th {
36 text-align: right;