Visual tweaks to play template as requested by Lars

This commit is contained in:
Justas Azna 2017-10-08 15:28:22 +02:00
parent 3fbc24f4fe
commit e0862e6e13
2 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,6 @@ tr{
} }
a{ a{
text-decoration: none;
color: #0fade1; color: #0fade1;
} }
@ -118,14 +117,14 @@ a{
} }
.footer__main__col1__td{ .footer__main__col1__td{
color: #9E9E9E; color: #f5f5f5;
/* @todo gulp-inline-css doesn't parse align */ /* @todo gulp-inline-css doesn't parse align */
align:left; align:left;
padding-top: 15px; padding-top: 15px;
} }
.footer__main__col1__td > span{ .footer__main__col1__td > span{
font-size:18px; font-size:20px;
margin-bottom:5px; margin-bottom:5px;
} }

View File

@ -5,6 +5,7 @@
<td class="footer__main__signature" align="left"> <td class="footer__main__signature" align="left">
<!-- @echo signature --><br /> <!-- @echo signature --><br />
<strong><!-- @echo name --></strong><br /> <strong><!-- @echo name --></strong><br />
<strong><!-- @echo position --></strong><br />
</td> </td>
</tr> </tr>