From: Thomas Portelange Date: Thu, 17 Nov 2016 04:00:22 +0000 (+0100) Subject: do not use shorthand notation X-Git-Tag: v2.3.0~7^2~33^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b014798fa9f1df5922302145852c1a95d63684;p=thirdparty%2Ffoundation%2Ffoundation-emails.git do not use shorthand notation --- diff --git a/scss/components/_typography.scss b/scss/components/_typography.scss index 0e0d63a7..74ab524b 100755 --- a/scss/components/_typography.scss +++ b/scss/components/_typography.scss @@ -165,7 +165,10 @@ a { color: $global-font-color; font-family: $body-font-family; font-weight: $global-font-weight; - padding: 0; + padding-top: 0; + padding-right: 0; + padding-bottom: 0; + padding-left: 0; margin: 0; Margin: 0; text-align: left;