diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-05-23 22:54:32 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-05-23 22:54:32 +0100 |
commit | d4378825811eaee75acaa88ba6c9769af3159eb1 (patch) | |
tree | 9eca405dda264af4c615235c3b6dabdd543cec3f /res/templates/mail.css | |
parent | consistency is the better part of valour (diff) | |
download | synapse-d4378825811eaee75acaa88ba6c9769af3159eb1.tar.xz |
fix debug text
Diffstat (limited to 'res/templates/mail.css')
-rw-r--r-- | res/templates/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/templates/mail.css b/res/templates/mail.css index f2b5e84abc..5ab3e1b06d 100644 --- a/res/templates/mail.css +++ b/res/templates/mail.css @@ -145,6 +145,11 @@ pre, code { text-decoration: none; } +.debug { + font-size: 10px; + color: #888; +} + .footer { margin-top: 20px; text-align: center; |