summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-06-09 22:04:54 -0400
committerRobert Speicher <rspeicher@gmail.com>2016-06-09 22:06:27 -0400
commit2879584b1875c430ba0861e925c67a5cc94f9256 (patch)
tree1ed8313a0bd20c0db9c502c92758f41c17979308
parentb0e9110503cfac8b6070e130f34f93d20aff8252 (diff)
downloadgitlab-ce-rs-devise-emails.tar.gz
Center the header logo for all Devise emailsrs-devise-emails
-rw-r--r--CHANGELOG1
-rw-r--r--app/assets/stylesheets/mailers/devise.scss4
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b00c149a753..8f834537c20 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ v 8.9.0 (unreleased)
- Allow enabling wiki page events from Webhook management UI
- Bump rouge to 1.11.0
- Make EmailsOnPushWorker use Sidekiq mailers queue
+ - Redesign all Devise emails. !4297
- Fix wiki page events' webhook to point to the wiki repository
- Fix issue todo not remove when leave project !4150 (Long Nguyen)
- Allow customisable text on the 'nearly there' page after a user signs up
diff --git a/app/assets/stylesheets/mailers/devise.scss b/app/assets/stylesheets/mailers/devise.scss
index 28611a5ec81..9495c5b3f37 100644
--- a/app/assets/stylesheets/mailers/devise.scss
+++ b/app/assets/stylesheets/mailers/devise.scss
@@ -38,6 +38,10 @@ table {
margin: 0 auto;
text-align: left;
width: 600px;
+
+ & > td {
+ text-align: center;
+ }
}
&#body {