fix
This commit is contained in:
@@ -16,17 +16,16 @@ img {height: auto;}
|
|||||||
.subhead {font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px;}
|
.subhead {font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px;}
|
||||||
.h1, .h2, .bodycopy {color: #153643; font-family: sans-serif;}
|
.h1, .h2, .bodycopy {color: #153643; font-family: sans-serif;}
|
||||||
.h1 {font-size: 33px; line-height: 38px; font-weight: bold;}
|
.h1 {font-size: 33px; line-height: 38px; font-weight: bold;}
|
||||||
.h2 {padding: 0 0 15px 0; font-size: 24px; line-height: 28px; font-weight: bold;}
|
|
||||||
.bodycopy {font-size: 14px; line-height: 20px;}
|
.bodycopy {font-size: 14px; line-height: 20px;}
|
||||||
.button {text-align: center; font-size: 16px; font-family: sans-serif; font-weight: bold; padding: 0 30px 0 30px;}
|
.button {text-align: center; font-size: 16px; font-family: sans-serif; font-weight: bold; padding: 0 30px 0 30px;}
|
||||||
.button a {color: #ffffff; text-decoration: none;}
|
.button a {color: #ffffff; text-decoration: none;}
|
||||||
.footer {padding: 20px 30px 15px 30px;}
|
.footer {padding: 20px 30px 15px 30px; bgcolor:#007bff; background-color:#007bff;}
|
||||||
.footercopy {font-family: sans-serif; font-size: 14px; color: #ffffff;}
|
.footercopy {font-family: sans-serif; font-size: 14px; color: #ffffff;}
|
||||||
.footercopy a {color: #ffffff; text-decoration: underline;}
|
.footercopy a {color: #ffffff; text-decoration: underline;}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body yahoo bgcolor="#f6f8f1">
|
<body bgcolor="#f6f8f1">
|
||||||
<table width="100%" bgcolor="#f6f8f1" border="0" cellpadding="0" cellspacing="0">
|
<table width="100%" bgcolor="#f6f8f1" border="0" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@@ -50,12 +49,12 @@ img {height: auto;}
|
|||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="h1" style="padding: 5px 0 0 0;">
|
<td style="padding: 1px 0 1px 0; text-align:center;">
|
||||||
{{site_name}}
|
<a href="https://www.wrenchboard.com/"><img src="https://dashboard.wrenchboard.com/assets/ext/images/wrenchboard.png" alt="WrenchBoard"></a> <!-- {{site_name}} -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="subhead" style="padding: 0 0 0 3px;">
|
<td class="subhead" style="padding: 0 0 0 3px; text-align:center;">
|
||||||
{{site_trade_name}}
|
{{site_trade_name}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -131,13 +130,12 @@ For all support, contact us at <a href="https://{{server_name}}/contact">https:
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="footer" bgcolor="#44525f">
|
<td class="footer">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" class="footercopy">
|
<td align="center" class="footercopy">
|
||||||
® {{site_name}} 2018<br/>
|
® {{site_name}} 2022<br/>
|
||||||
You received this email because you subscribe to {{site_name}}. If you get this email in error, please <a href="https://{{server_name}}/contactus" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
You received this email because you subscribe to {{site_name}}. If you get this email in error, please <a href="https://{{server_name}}/contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -150,7 +148,7 @@ You received this email because you subscribe to {{site_name}}. If you get this
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
|
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
|
||||||
<a href="https://twitter.com/wrenchboard">
|
<a href="http://www.twitter.com/">
|
||||||
<img src="https://{{server_name}}/assets/images/brands/twitter.png" width="37" height="37" alt="Twitter" border="0" />
|
<img src="https://{{server_name}}/assets/images/brands/twitter.png" width="37" height="37" alt="Twitter" border="0" />
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -171,7 +169,8 @@ You received this email because you subscribe to {{site_name}}. If you get this
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!--analytics-->
|
|
||||||
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user