Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -28,6 +28,12 @@ |
29 | 29 | |
30 | 30 | $out->addModuleStyles( 'skins.monobook' ); |
31 | 31 | |
| 32 | + // Ugh. Can't do this properly because $wgHandheldStyle may be a URL |
| 33 | + if( $wgHandheldStyle ) { |
| 34 | + // Currently in testing... try 'chick/main.css' |
| 35 | + $out->addStyle( $wgHandheldStyle, 'handheld' ); |
| 36 | + } |
| 37 | + |
32 | 38 | // TODO: Migrate all of these |
33 | 39 | //$out->addStyle( 'monobook/IE50Fixes.css', 'screen', 'lt IE 5.5000' ); |
34 | 40 | //$out->addStyle( 'monobook/IE55Fixes.css', 'screen', 'IE 5.5000' ); |