From: Derk-Jan Hartman Date: Sat, 26 Mar 2011 13:20:41 +0000 (+0000) Subject: Followup r80772 X-Git-Tag: 1.31.0-rc.0~31182 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=4a82a518a62bb5892572de5d75080e849bcd290d;p=lhc%2Fweb%2Fwiklou.git 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. --- 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' ); } }