Fixes for IE7 (alignment of checkboxes due to double-margin bug on floated elements...
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 27 Apr 2011 20:25:35 +0000 (20:25 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 27 Apr 2011 20:25:35 +0000 (20:25 +0000)
skins/Vector.php

index 2b1ae43..5cbc76b 100644 (file)
@@ -35,7 +35,7 @@ class SkinVector extends SkinTemplate {
                // wait for the CSS file to load before fetching the HTC file.
                $min = $wgRequest->getFuzzyBool( 'debug' ) ? '' : '.min';
                $out->addHeadItem( 'csshover',
-                       '<!--[if lt IE 7]><style type="text/css">body{behavior:url("' .
+                       '<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script><!--[if lt IE 7]><style type="text/css">body{behavior:url("' .
                                htmlspecialchars( $wgLocalStylePath ) .
                                "/{$this->stylename}/csshover{$min}.htc\")}</style><![endif]-->"
                );