Tighter spacing around comment list in emails

Change-Id: Ia9aabea8a4c8556028e9642fab86f5c9eeb704c3
This commit is contained in:
Wyatt Allen
2017-04-25 14:19:58 +02:00
parent c1832d93dd
commit b7a1a4059e

View File

@@ -38,7 +38,17 @@
{let $ulStyle kind="css"}
list-style: none;
padding-left: 20px;
padding: 0;
{/let}
{let $fileLiStyle kind="css"}
margin: 0;
padding: 0;
{/let}
{let $commentLiStyle kind="css"}
margin: 0;
padding: 0 0 0 16px;
{/let}
{let $voteStyle kind="css"}
@@ -104,14 +114,14 @@
<ul style="{$ulStyle}">
{foreach $group in $commentFiles}
<li>
<li style="{$fileLiStyle}">
<p>
<a href="{$group.link}">{$group.title}:</a>
</p>
<ul style="{$ulStyle}">
{foreach $comment in $group.comments}
<li>
<li style="{$commentLiStyle}">
{if $comment.isRobotComment}
<p style="{$commentHeaderStyle}">
Robot Comment from{sp}