aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-12-27 17:31:44 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-12-27 17:31:44 +0100
commit60444cc0b074af942746cb74e6393d338dc29f5f (patch)
tree65e4f61bb4e3afa52526c868cac31ed17187f4df /static/style.css
parentRemove faulty next-month. (diff)
downloadcalp-60444cc0b074af942746cb74e6393d338dc29f5f.tar.gz
calp-60444cc0b074af942746cb74e6393d338dc29f5f.tar.xz
HTML Leave quirks mode.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css14
1 files changed, 12 insertions, 2 deletions
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 {