From 6b45ffd2d1190e1c34fd181dacdf17b4a18f76e6 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 9 May 2016 20:16:56 +0200 Subject: Switch from CSS to Table layout for HTML mails so they work in Outlook aka Word Remove templates-vector and theme templates with variables instead Switch to matrix.to URLs by default for links --- res/templates/mail-Vector.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 res/templates/mail-Vector.css (limited to 'res/templates/mail-Vector.css') diff --git a/res/templates/mail-Vector.css b/res/templates/mail-Vector.css new file mode 100644 index 0000000000..6a3e36eda1 --- /dev/null +++ b/res/templates/mail-Vector.css @@ -0,0 +1,7 @@ +.header { + border-bottom: 4px solid #e4f7ed ! important; +} + +.notif_link a, .footer a { + color: #76CFA6 ! important; +} -- cgit 1.4.1