vector: Switch around regular and HD content padding
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 19 Dec 2013 15:52:14 +0000 (16:52 +0100)
committerOri.livneh <ori@wikimedia.org>
Sun, 22 Dec 2013 00:32:13 +0000 (00:32 +0000)
The HD one was smaller… this must have been accidentally switched
around during the LESS rewrite.

Change-Id: I2551ab1665cd494b360da2c88a9646035551ed85

skins/vector/screen-hd.less
skins/vector/variables.less

index 5a1fc05..2683a21 100644 (file)
@@ -2,7 +2,7 @@
 
 div#content {
        margin-left: 11em;
-       padding: 1.25em 1.5em 1.5em 1.5em;
+       padding: 1.5em 1.5em 1.5em 1.75em;
 }
 #p-logo {
        left: @menu-main-logo-left;
index 691e0fd..f818401 100644 (file)
@@ -7,7 +7,7 @@
 @content-font-color: black;
 @content-font-size: 0.8em;
 @content-line-height: 1.5em;
-@content-padding: 1.5em 1.5em 1.5em 1.75em;
+@content-padding: 1.25em 1.5em 1.5em 1.5em;
 @content-heading-font-size: 1.6em;
 @content-heading-font-family: sans-serif;