Index: trunk/phase3/skins/monobook/IE70Fixes.css |
— | — | @@ -8,10 +8,11 @@ |
9 | 9 | margin-top: 3em; |
10 | 10 | height: 1%; |
11 | 11 | } |
| 12 | +.rtl div#column-content div#content { |
| 13 | + margin-right: 12.2em; margin-left: 0; |
| 14 | +} |
12 | 15 | |
13 | | -.rtl div#column-content div#content { margin-right: 12.2em; margin-left: 0; } |
14 | 16 | |
15 | | - |
16 | 17 | .rtl div#column-one { |
17 | 18 | /* For some reason it tries to inherit the padding-top into every div, |
18 | 19 | * and I can't figure out how to get it back off. |