Followup r80772
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 26 Mar 2011 13:20:41 +0000 (13:20 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 26 Mar 2011 13:20:41 +0000 (13:20 +0000)
I'm not bored enough to actually port these IE styles into the main Chick stylesheet. So better to re-enable them until someone else is bored enough to try.

skins/Chick.php

index df78b4b..b7cef69 100644 (file)
@@ -26,9 +26,9 @@ class SkinChick extends SkinTemplate {
 
                $out->addModuleStyles( 'skins.chick' );
 
-               // TODO: Migrate all of these
-               //$out->addStyle( 'chick/IE50Fixes.css', 'screen,handheld', 'lt IE 5.5000' );
-               //$out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' );
-               //$out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' );
+               // TODO: Migrate all of these to RL
+               $out->addStyle( 'chick/IE50Fixes.css', 'screen,handheld', 'lt IE 5.5000' );
+               $out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' );
+               $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' );
        }
 }