Commit 8e4777c380c615eee11f831d43ecaf6e4ffd77f7
1 parent
9e66ac69
Exists in
master
and in
1 other branch
Removed border from image link (for thunderbird/outlook/etc.)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/mailer/err_notification.html.haml
| ... | ... | @@ -6,7 +6,7 @@ |
| 6 | 6 | %tbody |
| 7 | 7 | %tr |
| 8 | 8 | %td(style="padding:10px 20px 10px 20px; height: 75px; background-color: #11112f; text-align:left; border-bottom:1px solid #ccccee;") |
| 9 | - = link_to image_tag(URI.join(root_url,"stylesheets/images/logo.png").to_s), root_url, :style => "display: block; height: 31px; width: 88px; margin-top: 10px;" | |
| 9 | + = link_to image_tag(URI.join(root_url,"stylesheets/images/logo.png").to_s, :style => "border: none;"), root_url, :style => "display: block; height: 31px; width: 88px; margin-top: 10px;" | |
| 10 | 10 | %tr |
| 11 | 11 | %td(style="padding:0px 0px 10px 0px; font-family:Helvetica,Arial,sans-serif; font-size:14px; background-color:#ffffff; text-align:left; border-bottom:1px solid #dddddd;") |
| 12 | 12 | %table(cellpadding="0" cellspacing="0" border="0" align="left") | ... | ... |