Skip to content

Commit

Permalink
Viewport fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Apr 3, 2017
1 parent fadd7a5 commit e974fb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="viewport" content="width=device-width" />
<title>*|MC:SUBJECT|*</title>

<!-- Facebook sharing information tags -->
Expand All @@ -29,7 +29,7 @@
table td {border-collapse:collapse;}

/* Clean, responsive images. */
img {-ms-interpolation-mode:bicubic; display:block; width:auto; max-width:100%; outline:none; text-decoration:none;}
img {-ms-interpolation-mode:bicubic; display:block; outline:none; text-decoration:none;}
a img {border:none;}


Expand Down Expand Up @@ -74,7 +74,7 @@
linking other numbers that look like, but are not phone numbers. Use these two blocks of code to
"unstyle" any numbers that may be linked. The second block gives you a class ".mobile_link" to apply
with a span tag to the numbers you would like linked and styled.
More info: http://www.campaignmonitor.com/blog/post/3571/using-phone-numbers-in-html-email/ */
More info: https://www.campaignmonitor.com/blog/email-marketing/2011/10/using-phone-numbers-in-html-email/ */
a[href^="tel"], a[href^="sms"] {text-decoration:none; color:#333333; pointer-events:none; cursor:default;}
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {text-decoration:default; color:#6e5c4f !important; pointer-events:auto; cursor:default;}

Expand Down

0 comments on commit e974fb2

Please sign in to comment.