From 167d446859def560b4b520d47d5be6136cba7ff8 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 25 Aug 2015 23:35:47 +1000 Subject: [PATCH] Positioned the Hakyll attribution --- css/default.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 5841e76..bf5040a 100644 --- a/css/default.css +++ b/css/default.css @@ -3,7 +3,7 @@ body { background-color: black; font-size: 16px; margin: 0px auto 0px auto; - width: 600px; + width: 100%; } div#header { @@ -34,12 +34,14 @@ div#header #navigation a { } div#footer { - border-top: solid 2px green; color: green; font-size: 12px; margin-top: 30px; padding: 12px 0px 12px 0px; text-align: right; + position:absolute; + bottom:1%; + right: 1%; } h1 { @@ -51,7 +53,7 @@ h2 { } div.info { - color: #555; + color: green; font-size: 14px; font-style: italic; }