Fix signature styles
This commit is contained in:
parent
d27dc44f43
commit
fa3027629e
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
|
||||||
<#assign no_authors = true>
|
<#assign no_authors = true>
|
||||||
<#list authors as author>
|
<#list authors as author>
|
||||||
<#if no_authors>
|
<#if no_authors>
|
||||||
<div class="authors" style="display:block;float:right; margin:15px;">
|
<div class="authors" style="display:block;text-align:right; margin:15px;">
|
||||||
<#assign no_authors = false>
|
<#assign no_authors = false>
|
||||||
<#else>
|
<#else>
|
||||||
", "
|
", "
|
||||||
|
|
Loading…
Add table
Reference in a new issue