Index: trunk/extensions/Babel/Babel.css |
— | — | @@ -10,10 +10,10 @@ |
11 | 11 | */ |
12 | 12 | |
13 | 13 | /* Babel wrapper layout. */ |
14 | | -table.mw-babel-wrapper { |
| 14 | +/* @noflip */table.mw-babel-wrapper { |
15 | 15 | width: 238px; |
16 | | - float: right; |
17 | | - clear: right; |
| 16 | + float: right; /* change this to 'left' on RTL wikis */ |
| 17 | + clear: right; /* change this to 'left' on RTL wikis */ |
18 | 18 | margin: 1em; |
19 | 19 | background-color: white; |
20 | 20 | border-style: solid; |
— | — | @@ -22,9 +22,9 @@ |
23 | 23 | } |
24 | 24 | |
25 | 25 | /* Babel box layout */ |
26 | | -div.mw-babel-box { |
27 | | - float: left; |
28 | | - clear: left; |
| 26 | +/* @noflip */div.mw-babel-box { |
| 27 | + float: left; /* change this to 'right' on RTL wikis */ |
| 28 | + clear: left; /* change this to 'right' on RTL wikis */ |
29 | 29 | margin: 1px; |
30 | 30 | } |
31 | 31 | |