summaryrefslogtreecommitdiff
path: root/skins/ArchLinux.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-02-26 01:54:24 +0100
committerPierre Schmitz <pierre@archlinux.de>2009-02-26 01:54:24 +0100
commit19dad48b596d02d8185377e07ea0b0d2a91b45c2 (patch)
treeeba035bb9fd6d6bf6b1cc1f02d87ce7881bdaf64 /skins/ArchLinux.php
parent3feaeb4f89a8edbcedaaa34ebedc622f3674e2dc (diff)
added workarounds for IE 6
Diffstat (limited to 'skins/ArchLinux.php')
-rw-r--r--skins/ArchLinux.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php
index 53d553e7..49a105c1 100644
--- a/skins/ArchLinux.php
+++ b/skins/ArchLinux.php
@@ -81,7 +81,8 @@ 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">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/archlinux.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";</style>
+ <style type="text/css" media="screen">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/archlinux.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";</style>
+ <!--[if lt IE 7]><style type="text/css">#content{margin-bottom: 185px;} #p-cactions{top: 190px;} #p-personal{height:26px; top:149px;}</style><![endif]-->
<?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>