mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-15 09:24:11 +00:00
Remove unused bits from the base email template
This commit is contained in:
parent
d2c701fb77
commit
dc0ea1e8ce
1 changed files with 24 additions and 51 deletions
|
@ -40,17 +40,6 @@
|
|||
margin: 0 auto !important;
|
||||
}
|
||||
|
||||
/* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
|
||||
.mobile-hide {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.img-max {
|
||||
max-width: 100% !important;
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
/* FULL-WIDTH TABLES */
|
||||
.responsive-table {
|
||||
width: 100% !important;
|
||||
|
@ -61,15 +50,6 @@
|
|||
padding: 10px 5% 15px 5% !important;
|
||||
}
|
||||
|
||||
.padding-meta {
|
||||
padding: 30px 5% 0px 5% !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.section-padding {
|
||||
padding: 50px 15px 50px 15px !important;
|
||||
}
|
||||
|
@ -124,10 +104,6 @@
|
|||
<td align="center" valign="top" width="600">
|
||||
<![endif]-->
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" class="responsive-table">
|
||||
<tr>
|
||||
<td>
|
||||
<!-- HERO IMAGE -->
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
|
@ -168,9 +144,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--[if (gte mso 9)|(IE)]>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue