From 5c598de2f89c44a5cb07b60a0616f8876ba141e3 Mon Sep 17 00:00:00 2001 From: Huji Date: Wed, 13 Feb 2008 14:57:40 +0000 Subject: [PATCH] (bug 12846) IE rtl.css issue in RTL wikis special:Preferences when selecting an LTR user language --- RELEASE-NOTES | 2 ++ skins/monobook/IE60Fixes.css | 3 +++ 2 files changed, 5 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7e0a04668b..bf015984ea 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -393,6 +393,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN true-or-WikiError, which seems to be the calling convention expected by half its callers already * (bug 12972) Add page break rules to the "print" style-sheet +* (bug 12846) IE rtl.css issue in RTL wikis special:Preferences when selecting an + LTR user language == Parser changes in 1.12 == diff --git a/skins/monobook/IE60Fixes.css b/skins/monobook/IE60Fixes.css index 6b646c703b..5caa251b42 100644 --- a/skins/monobook/IE60Fixes.css +++ b/skins/monobook/IE60Fixes.css @@ -82,3 +82,6 @@ div.tleft { } /*{ border:1px solid Red !important;}*/ +BODY.rtl #preftoc a, BODY.rtl #preftoc a:active { + float:left; +} \ No newline at end of file -- 2.20.1