Index: trunk/phase3/skins/monobook/rtl.css |
— | — | @@ -155,6 +155,14 @@ |
156 | 156 | #footer { |
157 | 157 | clear: both; |
158 | 158 | } |
| 159 | +#f-poweredbyico { |
| 160 | + float: left; |
| 161 | + height: 1%; |
| 162 | +} |
| 163 | +#f-copyrightico { |
| 164 | + float: right; |
| 165 | + height: 1%; |
| 166 | +} |
159 | 167 | * html #footer { |
160 | 168 | margin-left: 0; |
161 | 169 | margin-right: 13.6em; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -147,6 +147,7 @@ |
148 | 148 | longer affects the page title |
149 | 149 | * (bug 6702) Default system messages updated/improved |
150 | 150 | * (bug 17190) User ID on preference page no longer has delimeters |
| 151 | +* (bug 17341) "Powered by MediaWiki" should be on the left on RTL wikis |
151 | 152 | |
152 | 153 | == API changes in 1.15 == |
153 | 154 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |