From 60444cc0b074af942746cb74e6393d338dc29f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 27 Dec 2019 17:31:44 +0100 Subject: HTML Leave quirks mode. --- static/style.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index c9368646..7bbd698b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,12 @@ +html { + height: 100%; +} + +body { + height: 100%; + margin: 0; +} + .root { display: flex; margin: 0; @@ -205,8 +214,8 @@ .meta .dayname { position: absolute; - left: 5; - top: 2; + left: 5px; + top: 2px; color: grey; } @@ -227,6 +236,7 @@ .root footer { font-family: monospace; + margin: 0.5em; } .root footer span { -- cgit v1.2.3