let's try no table border on email digests
This commit is contained in:
parent
283720bb30
commit
a90176550c
|
@ -1,6 +1,6 @@
|
|||
<table style="border: 1px solid #ddd;" cellspacing="0" cellpadding="0">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="padding: 10px 10px; background-color: #eee; border: 1px solid #ddd;">
|
||||
<td style="padding: 10px;">
|
||||
<a href="<%= Discourse.base_url %>">
|
||||
<img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;"></a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue