Moved the Haskell logo to the footer

This commit is contained in:
Serĉanto de Scio 2015-08-26 00:09:09 +10:00
parent f8d2563614
commit 06d6c680b9
3 changed files with 4 additions and 3 deletions

View file

@ -34,10 +34,11 @@ div#header #navigation a {
}
div#footer {
width: 100%;
color: green;
font-size: 12px;
margin-top: 30px;
padding: 12px 0px 12px 0px;
padding: 0px;
text-align: right;
position:absolute;
bottom:1%;
@ -73,4 +74,5 @@ div#footer img {
position:absolute;
bottom: 1%;
left: 1%;
padding-left: 1%;
}

View file

@ -2,5 +2,3 @@
title: mcwhirter.io
---
.. image:: /images/haskell-logo.png

View file

@ -15,6 +15,7 @@
$body$
</div>
<div id="footer">
<img src="/images/haskell-logo.png">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>