Skip to content

Commit

Permalink
Fix Outlook margins around button
Browse files Browse the repository at this point in the history
  • Loading branch information
leemunroe committed Dec 27, 2013
1 parent 2fa0a29 commit c721d19
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions email.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -73,6 +73,10 @@
margin-top: 0;
}

.padding{
padding:10px 0;
}


/* -------------------------------------
BODY
Expand Down Expand Up @@ -189,7 +193,13 @@ <h1>Really simple HTML email template</h1>
<p>This is a really simple email template. It's sole purpose is to get you to click the button below.</p>
<h2>How do I use it?</h2>
<p>All the information you need is on GitHub.</p>
<p><a href="https://github.com/leemunroe/html-email-template" class="btn-primary">View the source and instructions on GitHub</a></p>
<table>
<tr>
<td class="padding">
<p><a href="https://github.com/leemunroe/html-email-template" class="btn-primary">View the source and instructions on GitHub</a></p>
</td>
</tr>
</table>
<p>Feel free to use, copy, modify this email template as you wish.</p>
<p>Thanks, have a lovely day.</p>
<p><a href="http://twitter.com/leemunroe">Follow @leemunroe on Twitter</a>
Expand Down

0 comments on commit c721d19

Please sign in to comment.