From: Bartosz Dziewoński Date: Thu, 19 Dec 2013 15:52:14 +0000 (+0100) Subject: vector: Switch around regular and HD content padding X-Git-Tag: 1.31.0-rc.0~17546 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=925ff1960cb3215e86369c6dffa098f4725c3c9f;p=lhc%2Fweb%2Fwiklou.git vector: Switch around regular and HD content padding The HD one was smaller… this must have been accidentally switched around during the LESS rewrite. Change-Id: I2551ab1665cd494b360da2c88a9646035551ed85 --- diff --git a/skins/vector/screen-hd.less b/skins/vector/screen-hd.less index 5a1fc055ba..2683a21853 100644 --- a/skins/vector/screen-hd.less +++ b/skins/vector/screen-hd.less @@ -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; diff --git a/skins/vector/variables.less b/skins/vector/variables.less index 691e0fd598..f8184014e6 100644 --- a/skins/vector/variables.less +++ b/skins/vector/variables.less @@ -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;