r84797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84796‎ | r84797 | r84798 >
Date:13:20, 26 March 2011
Author:hartman
Status:ok
Tags:
Comment:
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.
Modified paths:
  • /trunk/phase3/skins/Chick.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Chick.php
@@ -26,9 +26,9 @@
2727
2828 $out->addModuleStyles( 'skins.chick' );
2929
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' );
3434 }
3535 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80772Port Chick to Resourceloader. Bug 26649hartman21:29, 22 January 2011

Status & tagging log