Add contact address in footer

master
Sven Slootweg 11 years ago
parent 86c6d5aeaf
commit 098d869fd6

@ -122,7 +122,7 @@ pre.debug
text-decoration: none;
}
.footer a:after
.footer a:after, .footer .contact:after
{
content: " | ";
color: silver;

@ -19,6 +19,7 @@
{%?contents}
</div>
<div class="footer">
<span class="contact">Questions or problems? <a href="mailto:support@redonate.net" class="no-float">support@redonate.net</a></span>
<a href="/">Home</a>
<a href="/about">About</a>
{%if logged-in == false}

Loading…
Cancel
Save