Skip to content

Commit

Permalink
Feature/remove shadow from newsletters content
Browse files Browse the repository at this point in the history
  • Loading branch information
EdisonArango committed Oct 9, 2024
1 parent 4e8bb19 commit 69163c9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions djangoplicity/newsletters/templates/newsletters/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,7 @@
<table border="0" cellpadding="20" cellspacing="0"
width="100%">
<tr>
<td valign="top"
style="background-image: url(
{{ base_url }}{{ STATIC_PREFIX }}newsletters/tile.png); background-repeat: repeat-x;">
<td valign="top">
<div style="color: #505050;font-family: Helvetica, Arial, sans-serif;font-size: 12px;line-height: 130%;text-align: left;">
{% with a_style="color: #285A97;font-size: 12px;font-family: Helvetica, Arial;" hr_style="height:1px;border:0;border-bottom:1px solid #DEDEDE;" h2_style="color: #285A97;display: block;font-family: Helvetica, Arial;font-size: 15px;font-weight: bold;line-height: 130%;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;text-align: left;" %}
{% block content %}
Expand All @@ -338,8 +336,7 @@
<table border="0" cellpadding="10" cellspacing="0" width="192">
<tr>
<td valign="top" class="sidebarContent"
style="background-image: url(
{{ base_url }}{{ STATIC_PREFIX }}newsletters/tile.png); background-repeat: repeat-x; color: #505050; font-family: Helvetica, Arial,sans-serif; font-size: 12px; line-height: 130%; text-align: left;">
style="color: #505050; font-family: Helvetica, Arial,sans-serif; font-size: 12px; line-height: 130%; text-align: left;">
{% if enable_sharing %}{% if is_mailchimp_mailer %}
<!-- // Begin Module: Top Image with Content \\ -->
<h3 class="h3"
Expand Down

0 comments on commit 69163c9

Please sign in to comment.