(bug 17341) "Powered by MediaWiki" should be on the left on RTL wikis
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 7 Feb 2009 23:46:43 +0000 (23:46 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 7 Feb 2009 23:46:43 +0000 (23:46 +0000)
RELEASE-NOTES
skins/monobook/rtl.css

index d64659d..00ff638 100644 (file)
@@ -147,6 +147,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   longer affects the page title
 * (bug 6702) Default system messages updated/improved
 * (bug 17190) User ID on preference page no longer has delimeters
+* (bug 17341) "Powered by MediaWiki" should be on the left on RTL wikis
 
 == API changes in 1.15 ==
 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
index cd6136a..660b671 100644 (file)
@@ -155,6 +155,14 @@ li#ca-watch {
 #footer {
        clear: both;
 }
+#f-poweredbyico {
+       float: left;
+       height: 1%;
+}
+#f-copyrightico {
+       float: right;
+       height: 1%;
+}
 * html #footer {
        margin-left: 0;
        margin-right: 13.6em;