diff options
Diffstat (limited to 'res/templates/mail.css')
-rw-r--r-- | res/templates/mail.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/templates/mail.css b/res/templates/mail.css new file mode 100644 index 0000000000..61953ba51c --- /dev/null +++ b/res/templates/mail.css @@ -0,0 +1,21 @@ +.room_avatar { + width: 48px; + height: 48px; + float: left; +} + +.room_content { + clear: left; +} + +.historical { + color: #888; +} + +.sender_name { + display: inline; +} + +.message_time { + display: inline; +} |