diff options
-rw-r--r-- | templates/email/peterborough/_email_color_overrides.html | 6 | ||||
-rw-r--r-- | templates/email/westminster/_email_color_overrides.html | 2 |
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" %] |