X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=skins%2FChick.php;h=c8eb81527c8237bc9f833eef20241d81e6c033cb;hb=0fdb7455af6d5e42e88505911b1c912d2e55efc7;hp=c591a9f89c528c912b0b7fa4d316bb9764f0fc4d;hpb=3d1137ebdfcaaa9949ef4fa4bc161c036736e40f;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/Chick.php b/skins/Chick.php index c591a9f89c..c8eb81527c 100644 --- a/skins/Chick.php +++ b/skins/Chick.php @@ -25,6 +25,7 @@ class SkinChick extends SkinTemplate { parent::setupSkinUserCss( $out ); // Append to the default screen common & print styles... $out->addStyle( 'chick/main.css', 'screen,handheld' ); + $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' ); }