Tighter spacing around comment list in emails
Change-Id: Ia9aabea8a4c8556028e9642fab86f5c9eeb704c3
This commit is contained in:
@@ -38,7 +38,17 @@
|
|||||||
|
|
||||||
{let $ulStyle kind="css"}
|
{let $ulStyle kind="css"}
|
||||||
list-style: none;
|
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}
|
||||||
|
|
||||||
{let $voteStyle kind="css"}
|
{let $voteStyle kind="css"}
|
||||||
@@ -104,14 +114,14 @@
|
|||||||
|
|
||||||
<ul style="{$ulStyle}">
|
<ul style="{$ulStyle}">
|
||||||
{foreach $group in $commentFiles}
|
{foreach $group in $commentFiles}
|
||||||
<li>
|
<li style="{$fileLiStyle}">
|
||||||
<p>
|
<p>
|
||||||
<a href="{$group.link}">{$group.title}:</a>
|
<a href="{$group.link}">{$group.title}:</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul style="{$ulStyle}">
|
<ul style="{$ulStyle}">
|
||||||
{foreach $comment in $group.comments}
|
{foreach $comment in $group.comments}
|
||||||
<li>
|
<li style="{$commentLiStyle}">
|
||||||
{if $comment.isRobotComment}
|
{if $comment.isRobotComment}
|
||||||
<p style="{$commentHeaderStyle}">
|
<p style="{$commentHeaderStyle}">
|
||||||
Robot Comment from{sp}
|
Robot Comment from{sp}
|
||||||
|
|||||||
Reference in New Issue
Block a user