Add footer with attribution
This commit is contained in:
parent
030f237972
commit
6ed4cfd5c4
|
@ -45,6 +45,7 @@
|
|||
%(items)s
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="footer">Generated with emailparser by the <a href="http://www.cryto.net/">Cryto Coding Collective</a>, licensed under the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>. Uses icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0.</a></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="footer">Generated with emailparser by the <a href="http://www.cryto.net/">Cryto Coding Collective</a>, licensed under the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>. Uses icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0.</a></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -56,6 +56,12 @@ a.back:hover
|
|||
padding: 9px 13px;
|
||||
}
|
||||
|
||||
.footer
|
||||
{
|
||||
margin-top: 9px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
h2, h3
|
||||
{
|
||||
margin: 3px 0px;
|
||||
|
|
Loading…
Reference in a new issue