From 692a7040ace76b9d299b503a03aafdc210845bb2 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 1 Apr 2014 12:47:32 -0700 Subject: [PATCH] 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 --- skins/vector/components/common.less | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.20.1