summaryrefslogtreecommitdiff
path: root/skins/Chick.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Chick.php')
-rw-r--r--skins/Chick.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/Chick.php b/skins/Chick.php
index b7cef695..2362263c 100644
--- a/skins/Chick.php
+++ b/skins/Chick.php
@@ -21,14 +21,15 @@ class SkinChick extends SkinTemplate {
var $skinname = 'chick', $stylename = 'chick',
$template = 'MonoBookTemplate', $useHeadElement = true;
+ /**
+ * @param $out OutputPage
+ */
function setupSkinUserCss( OutputPage $out ){
parent::setupSkinUserCss( $out );
$out->addModuleStyles( 'skins.chick' );
// 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' );
}
}