diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-05-05 15:54:29 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-05-05 15:54:29 +0100 |
commit | 81c2176cbadf7646fc075ca45dea4360ce7b8258 (patch) | |
tree | 1452fc8abf3940b3da717e0ef82cad8a8ecfa399 /res/templates-vector/mail.css | |
parent | fix app branding (diff) | |
download | synapse-81c2176cbadf7646fc075ca45dea4360ce7b8258.tar.xz |
fix layout; handle app naming in synapse, not jinja
Diffstat (limited to 'res/templates-vector/mail.css')
-rw-r--r-- | res/templates-vector/mail.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/templates-vector/mail.css b/res/templates-vector/mail.css index 642948fdc1..103c5ff8ca 100644 --- a/res/templates-vector/mail.css +++ b/res/templates-vector/mail.css @@ -85,11 +85,14 @@ body { .sender_name { margin-left: 75px; display: inline; - font-weight: bold; + font-size: 13px; + color: #a2a2a2; } .message_time { float: right; + font-size: 11px; + color: #a2a2a2; } .message_body { |