(bug 12846) IE rtl.css issue in RTL wikis special:Preferences when selecting an LTR...
authorHuji <huji@users.mediawiki.org>
Wed, 13 Feb 2008 14:57:40 +0000 (14:57 +0000)
committerHuji <huji@users.mediawiki.org>
Wed, 13 Feb 2008 14:57:40 +0000 (14:57 +0000)
RELEASE-NOTES
skins/monobook/IE60Fixes.css

index 7e0a046..bf01598 100644 (file)
@@ -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 ==
index 6b646c7..5caa251 100644 (file)
@@ -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