From 3452811de77f235051b100d38bc99dd0f6905fa8 Mon Sep 17 00:00:00 2001 From: Renfred Harper Date: Sun, 27 Oct 2013 20:25:12 -0400 Subject: [PATCH] Add html doctype declaration --- website/static/css/style.css | 3 +++ whats_open/templates/base.html | 1 + 2 files changed, 4 insertions(+) diff --git a/website/static/css/style.css b/website/static/css/style.css index 3b19906..414ce0c 100644 --- a/website/static/css/style.css +++ b/website/static/css/style.css @@ -18,6 +18,9 @@ color: #000; } /*Styles*/ +body, html { + height: 100%; +} a{ color: #006633; } diff --git a/whats_open/templates/base.html b/whats_open/templates/base.html index 6ae71c5..3100743 100644 --- a/whats_open/templates/base.html +++ b/whats_open/templates/base.html @@ -1,3 +1,4 @@ + {% block head %} -- GitLab