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)
commit0d2ff127e8b7f48189a4e80ed716bc4cbd181920
treef57619eb855ed692f67678c9a80fd2d24f461a18
parent41c430021ad8dab8f40657de9c44c581db48efed
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.
skins/Vector.php