summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-02-12 21:33:48 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-02-12 21:33:48 -0300
commit8ae437e2921c4fe108d5a5cdb4d1fecd69ee5f2a (patch)
treeef0261694512d36ef6c5d547c3c63684e71e9627
parent6029548b6fe60cb76d60203f0f6ffcbb8b1a9d00 (diff)
downloadaskbot-8ae437e2921c4fe108d5a5cdb4d1fecd69ee5f2a.tar.gz
askbot-8ae437e2921c4fe108d5a5cdb4d1fecd69ee5f2a.tar.bz2
askbot-8ae437e2921c4fe108d5a5cdb4d1fecd69ee5f2a.zip
made width 100% for the email alert template
-rw-r--r--askbot/templates/email/base_mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/email/base_mail.html b/askbot/templates/email/base_mail.html
index adf6d268..03e4568e 100644
--- a/askbot/templates/email/base_mail.html
+++ b/askbot/templates/email/base_mail.html
@@ -133,7 +133,7 @@
<![endif]-->
</head>
<body>
-<table cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
+<table cellpadding="0" cellspacing="0" border="0" id="backgroundTable" style="width: 100%">
<tr>
<td>
<table border="0" align="center" cellspacing="0" cellpadding="0" style="background-color:#E7E8E8;">