From: Timo Tijhof Date: Tue, 1 Apr 2014 19:47:32 +0000 (-0700) Subject: vector: Remove redundant margin-top reset X-Git-Tag: 1.31.0-rc.0~16406 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=692a7040ace76b9d299b503a03aafdc210845bb2;p=lhc%2Fweb%2Fwiklou.git vector: Remove redundant margin-top reset There is nothing setting this to anything else. The only other preceeding relevant rule inherited before this is "h1, h2, h3 .." which sets "margin: 0;" already. Change-Id: If6531221891ae3c7eb792c5bdc930ddaaf613f52 --- diff --git a/skins/vector/components/common.less b/skins/vector/components/common.less index 7102c8675f..9b8c41a2f8 100644 --- a/skins/vector/components/common.less +++ b/skins/vector/components/common.less @@ -62,7 +62,6 @@ div#content { h1, #firstHeading { font-size: @content-heading-font-size; - margin-top: 0; } h2 {