From d18010aab943f0c9d3b9e143660b4c8350d7f820 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 19 Jun 2013 02:41:22 +0200 Subject: [PATCH] Add Pure CSS --- public_html/static/style.css | 7 ++++++- public_html/templates/layout.tpl | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public_html/static/style.css b/public_html/static/style.css index ca30b59..eb90e65 100644 --- a/public_html/static/style.css +++ b/public_html/static/style.css @@ -4,6 +4,11 @@ html, body background-color: #EDEDED; } +body +{ + margin: 8px; +} + div.wrapper { width: 900px; @@ -178,7 +183,7 @@ div.error p .login { float: right; - margin-top: -4px; + margin-top: -2px; } .login input, .login button diff --git a/public_html/templates/layout.tpl b/public_html/templates/layout.tpl index 7f35e05..9ecd877 100644 --- a/public_html/templates/layout.tpl +++ b/public_html/templates/layout.tpl @@ -2,6 +2,7 @@ Cryto Coding Collective :: {%?title} +