From c721d194a576be85abc05592c5a34aa6ccd6eebb Mon Sep 17 00:00:00 2001 From: Lee Munroe Date: Fri, 27 Dec 2013 12:08:21 +0000 Subject: [PATCH] Fix Outlook margins around button --- email.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/email.html b/email.html index bf6014e..d98f92a 100644 --- a/email.html +++ b/email.html @@ -43,7 +43,7 @@ border-width:10px 20px; line-height:2; font-weight:bold; - margin: 20px 10px 20px 0; + margin-right:10px; text-align:center; cursor:pointer; display: inline-block; @@ -58,7 +58,7 @@ border-width:10px 20px; line-height:2; font-weight:bold; - margin: 20px 10px 20px 0; + margin-right:10px; text-align:center; cursor:pointer; display: inline-block; @@ -73,6 +73,10 @@ margin-top: 0; } +.padding{ + padding:10px 0; +} + /* ------------------------------------- BODY @@ -189,7 +193,13 @@

Really simple HTML email template

This is a really simple email template. It's sole purpose is to get you to click the button below.

How do I use it?

All the information you need is on GitHub.

-

View the source and instructions on GitHub

+ + + + +
+

View the source and instructions on GitHub

+

Feel free to use, copy, modify this email template as you wish.

Thanks, have a lovely day.

Follow @leemunroe on Twitter