Module: check_mk
Branch: master
Commit: 07c906174d371e9a706e30f4860937d2e6d20ccf
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=07c906174d371e…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Feb 5 15:09:25 2014 +0100
HTML Mail template: change background color to white
---
notifications/mail | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notifications/mail b/notifications/mail
index 8ee0a36..d770081 100755
--- a/notifications/mail
+++ b/notifications/mail
@@ -20,7 +20,7 @@ tmpl_head_html = '''
<title>$SUBJECT$</title>
<style>
body {
- background-color: #426D8A;
+ background-color: #FFFFFF;
padding: 5px;
font-family: arial,helvetica,sans-serif;
font-size: 10px;