From: Krinkle Date: Wed, 27 Apr 2011 20:25:35 +0000 (+0000) Subject: Fixes for IE7 (alignment of checkboxes due to double-margin bug on floated elements... X-Git-Tag: 1.31.0-rc.0~30531 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=0d2ff127e8b7f48189a4e80ed716bc4cbd181920;p=lhc%2Fweb%2Fwiklou.git Fixes for IE7 (alignment of checkboxes due to double-margin bug on floated elements. The popular display:inline hack doesn't fix this. Removed the margin for now, was collapsed/invisible in most browsers anyway. Covered by the margins on the parent elements. --- diff --git a/skins/Vector.php b/skins/Vector.php index 2b1ae43903..5cbc76b16d 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -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', - '" );