From 4a7a6ac1994554512a12cd834599d557affa2806 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 7 Feb 2009 23:46:43 +0000 Subject: [PATCH] (bug 17341) "Powered by MediaWiki" should be on the left on RTL wikis --- RELEASE-NOTES | 1 + skins/monobook/rtl.css | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d64659d0ac..00ff638c2f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index cd6136ae16..660b671a99 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -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; -- 2.20.1