]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
do not use shorthand notation
authorThomas Portelange <thomas@lekoala.be>
Thu, 17 Nov 2016 03:52:22 +0000 (04:52 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2016 03:52:22 +0000 (04:52 +0100)
scss/components/_normalize.scss

index bce2b1c09d3a47be2d729fa93920f37b2a6ad5db..8712eee2b6cc8076b1156f203e47bee6ad68350b 100755 (executable)
@@ -77,7 +77,10 @@ td {
 }
 
 table, tr, td {
-  padding: 0;
+  padding-top: 0;
+  padding-right: 0;
+  padding-bottom: 0;
+  padding-left: 0;
   vertical-align: top;
   text-align: left;
 }