vector: Remove redundant margin-top reset
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 1 Apr 2014 19:47:32 +0000 (12:47 -0700)
committerOri.livneh <ori@wikimedia.org>
Tue, 1 Apr 2014 21:49:23 +0000 (21:49 +0000)
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

index 7102c86..9b8c41a 100644 (file)
@@ -62,7 +62,6 @@ div#content {
        h1,
        #firstHeading {
                font-size: @content-heading-font-size;
-               margin-top: 0;
        }
 
        h2 {