aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-11-15 14:19:09 +0000
committerMatthew Somerville <matthew@mysociety.org>2019-11-15 14:23:57 +0000
commit4d57163129dacd3640a3e287df8c6666aa6ee2f4 (patch)
tree554436403fc44c5813a2c4101089e6ef023f6550
parentdd05c9ca3f72c3639f6fb2f4261e02531840b908 (diff)
[Peterborough] [Westminster] Fix email/RSS image.
-rw-r--r--templates/email/peterborough/_email_color_overrides.html6
-rw-r--r--templates/email/westminster/_email_color_overrides.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/email/peterborough/_email_color_overrides.html b/templates/email/peterborough/_email_color_overrides.html
index e2440c703..c60252a30 100644
--- a/templates/email/peterborough/_email_color_overrides.html
+++ b/templates/email/peterborough/_email_color_overrides.html
@@ -11,8 +11,8 @@ secondary_column_background_color = color_white
button_background_color = color_green
button_text_color = color_white
-logo_width = "231" # pixel measurement, but without 'px' suffix
-logo_height = "102" # pixel measurement, but without 'px' suffix
-logo_file = "logo.gif"
+logo_width = "162" # pixel measurement, but without 'px' suffix
+logo_height = "56" # pixel measurement, but without 'px' suffix
+logo_file = "logo.png"
%]
diff --git a/templates/email/westminster/_email_color_overrides.html b/templates/email/westminster/_email_color_overrides.html
index 362f58d53..297d70f9e 100644
--- a/templates/email/westminster/_email_color_overrides.html
+++ b/templates/email/westminster/_email_color_overrides.html
@@ -16,6 +16,6 @@ header_padding = "20px" # a full CSS padding property (eg: top/right/bottom/left
logo_width = "139" # pixel measurement, but without 'px' suffix
logo_height = "35" # pixel measurement, but without 'px' suffix
-logo_file = "site-logo@2.png"
+logo_file = "wcc_logo.png"
%]