From: gregor herrmann Date: Mon, 3 Sep 2018 14:30:33 +0000 (+0200) Subject: css: add some margin to the body X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/69dcdf06c711cabe6f4688f046c406131d475271 css: add some margin to the body !important because otherwise the owm-css overrides it --- diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index e3711ff..1a30e6e 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -1,3 +1,7 @@ +body { + margin: 1em !important; +} + .region-frozen { fill: blue; }