Index: trunk/phase3/skins/disabled/MonoBook.tpl |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | {headlinks} |
7 | 7 | {headscripts} |
8 | 8 | <title>{pagetitle}</title> |
9 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "{~ stylepath}/{~ stylename}/main.css?5"; /*]]>*/</style> |
| 9 | + <style type="text/css" media="screen, projection">/*<![CDATA[*/ @import "{~ stylepath}/{~ stylename}/main.css?5"; /*]]>*/</style> |
10 | 10 | <link rel="stylesheet" type="text/css" {if notprintable {media="print"}} href="{~ stylepath}/common/commonPrint.css" /> |
11 | 11 | <!--[if lt IE 5.5000]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE50Fixes.css";</style><![endif]--> |
12 | 12 | <!--[if IE 5.5000]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE55Fixes.css";</style><![endif]--> |
Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" /> |
58 | 58 | <?php $this->html('headlinks') ?> |
59 | 59 | <title><?php $this->text('pagetitle') ?></title> |
60 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/ |
| 60 | + <style type="text/css" media="screen, projection">/*<![CDATA[*/ |
61 | 61 | @import "<?php $this->text('stylepath') ?>/common/shared.css?<?php echo $GLOBALS['wgStyleVersion'] ?>"; |
62 | 62 | @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css?<?php echo $GLOBALS['wgStyleVersion'] ?>"; |
63 | 63 | /*]]>*/</style> |