mirror of https://github.com/zulip/zulip.git
emails: Fix body tag styles being applied in messages template.
This commit is contained in:
parent
6fe02e933a
commit
f1db695650
|
@ -12,7 +12,7 @@ img.bottom-illustration {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body.default-email-font-settings {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<title>Zulip</title>
|
<title>Zulip</title>
|
||||||
<style>{{css_styles}}</style>
|
<style>{{css_styles}}</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="default-email-font-settings">
|
||||||
<table border="0" cellpadding="0" cellspacing="0" class="body layout">
|
<table border="0" cellpadding="0" cellspacing="0" class="body layout">
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<title>Zulip</title>
|
<title>Zulip</title>
|
||||||
<style>{{css_styles}}</style>
|
<style>{{css_styles}}</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="default-email-font-settings">
|
||||||
<table border="0" cellpadding="0" cellspacing="0" class="body layout">
|
<table border="0" cellpadding="0" cellspacing="0" class="body layout">
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
|
|
Loading…
Reference in New Issue