diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-06-10 17:05:49 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-06-10 17:05:49 +0200 |
commit | 2bfcc98e47108dc7431d946cc89ef37a723cfc2c (patch) | |
tree | b41d76bb28c92fcf85e6a027f3daeb5a084591b3 /skins/ArchLinux.php | |
parent | b2724b28f8918706c43e1b29a488adaeba9ec6ab (diff) |
Adjust colors; simplify css integration
Diffstat (limited to 'skins/ArchLinux.php')
-rw-r--r-- | skins/ArchLinux.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php index 9dba72cc..8b74df2a 100644 --- a/skins/ArchLinux.php +++ b/skins/ArchLinux.php @@ -42,6 +42,9 @@ class SkinArchLinux extends SkinTemplate { $out->addStyle( 'archlinux/IE70Fixes.css', 'screen', 'IE 7' ); $out->addStyle( 'archlinux/rtl.css', 'screen', '', 'rtl' ); + + $out->addStyle( 'archlinux/archnavbar.css', 'screen' ); + $out->addStyle( 'archlinux/arch.css', 'screen' ); } } @@ -81,7 +84,6 @@ class ArchLinuxTemplate extends QuickTemplate { <!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"></script> <meta http-equiv="imagetoolbar" content="no" /><![endif]--> - <style type="text/css" media="screen">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/archlinux.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";</style> <?php print Skin::makeGlobalVariablesScript( $this->data ); ?> <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script> |