From 4a82a518a62bb5892572de5d75080e849bcd290d Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 26 Mar 2011 13:20:41 +0000 Subject: [PATCH] Followup r80772 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skins/Chick.php b/skins/Chick.php index df78b4bf02..b7cef695fd 100644 --- a/skins/Chick.php +++ b/skins/Chick.php @@ -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' ); } } -- 2.20.1