Index: trunk/phase3/skins/Chick.php |
— | — | @@ -26,9 +26,9 @@ |
27 | 27 | |
28 | 28 | $out->addModuleStyles( 'skins.chick' ); |
29 | 29 | |
30 | | - // TODO: Migrate all of these |
31 | | - //$out->addStyle( 'chick/IE50Fixes.css', 'screen,handheld', 'lt IE 5.5000' ); |
32 | | - //$out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' ); |
33 | | - //$out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' ); |
| 30 | + // TODO: Migrate all of these to RL |
| 31 | + $out->addStyle( 'chick/IE50Fixes.css', 'screen,handheld', 'lt IE 5.5000' ); |
| 32 | + $out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' ); |
| 33 | + $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' ); |
34 | 34 | } |
35 | 35 | } |