Add footer with attribution

This commit is contained in:
Sven Slootweg 2012-05-28 10:00:17 +02:00
parent 030f237972
commit 6ed4cfd5c4
3 changed files with 8 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -56,6 +56,12 @@ a.back:hover
padding: 9px 13px;
}
.footer
{
margin-top: 9px;
font-size: 13px;
}
h2, h3
{
margin: 3px 0px;