# HG changeset patch # User Thomas De Schampheleire # Date 1517691706 -3600 # Node ID f028c24a714dfeedbd5562bda8978c0d94c8b706 # Parent 10ee27bae2ff3534b981ecee05b1b39407cc5c84 HTML email templates: Outlook: fix list bullets The rendering of HTML emails in Outlook is very restricted and based on old Internet Explorer versions (more or less the same rendering as in Microsoft Word). To make the Kallithea emails look the same as in the browser, some adaptations are needed. List bullets (to identify different changesets in pullrequests) are not shown in Outlook. In order to fix that, a proprietary CSS property is required. Fix found via: https://litmus.com/community/discussions/752-can-we-use-ul-and-li-in-email diff -r 10ee27bae2ff -r f028c24a714d kallithea/templates/email_templates/pull_request.html --- a/kallithea/templates/email_templates/pull_request.html Sat Feb 03 17:17:57 2018 +0100 +++ b/kallithea/templates/email_templates/pull_request.html Sat Feb 03 22:01:46 2018 +0100 @@ -55,7 +55,7 @@