From 06d6c680b9945a275781023fd9b5723c13e2b4eb Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 26 Aug 2015 00:09:09 +1000 Subject: [PATCH] Moved the Haskell logo to the footer --- css/default.css | 4 +++- index.rst | 2 -- templates/default.html | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 4377968..cf69bbb 100644 --- a/css/default.css +++ b/css/default.css @@ -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%; } diff --git a/index.rst b/index.rst index f4fa9f5..c839108 100644 --- a/index.rst +++ b/index.rst @@ -2,5 +2,3 @@ title: mcwhirter.io --- -.. image:: /images/haskell-logo.png - diff --git a/templates/default.html b/templates/default.html index fac8841..910525f 100644 --- a/templates/default.html +++ b/templates/default.html @@ -15,6 +15,7 @@ $body$