http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97623

Revision: 97623
Author:   catrope
Date:     2011-09-20 13:21:00 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
Reinstate IE*Fixes.css . This fixes most of the breakage from r74966, but 
there's one thing (icon placement) that's still broken in IE7 in RTL. Seems 
like it shouldn't be hard to fix though, I'll poke Trevor

Modified Paths:
--------------
    trunk/phase3/skins/MonoBook.php

Modified: trunk/phase3/skins/MonoBook.php
===================================================================
--- trunk/phase3/skins/MonoBook.php     2011-09-20 13:05:49 UTC (rev 97622)
+++ trunk/phase3/skins/MonoBook.php     2011-09-20 13:21:00 UTC (rev 97623)
@@ -39,10 +39,10 @@
                }
 
                // TODO: Migrate all of these
-               //$out->addStyle( 'monobook/IE50Fixes.css', 'screen', 'lt IE 
5.5000' );
-               //$out->addStyle( 'monobook/IE55Fixes.css', 'screen', 'IE 
5.5000' );
-               //$out->addStyle( 'monobook/IE60Fixes.css', 'screen', 'IE 6' );
-               //$out->addStyle( 'monobook/IE70Fixes.css', 'screen', 'IE 7' );
+               $out->addStyle( 'monobook/IE50Fixes.css', 'screen', 'lt IE 
5.5000' );
+               $out->addStyle( 'monobook/IE55Fixes.css', 'screen', 'IE 5.5000' 
);
+               $out->addStyle( 'monobook/IE60Fixes.css', 'screen', 'IE 6' );
+               $out->addStyle( 'monobook/IE70Fixes.css', 'screen', 'IE 7' );
 
        }
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to