Visual tweaks to play template as requested by Lars
This commit is contained in:
parent
3fbc24f4fe
commit
e0862e6e13
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue