From: gregor herrmann Date: Tue, 4 Sep 2018 20:56:50 +0000 (+0200) Subject: add windy widget in page template and minimal css X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/5e537928c545acf84bedf2fda50609584caecb41 add windy widget in page template and minimal css --- diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index 1a30e6e..d84b469 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -42,3 +42,8 @@ body { #currentwater { background-color: lightgreen; } + +#windy { + text-align: center; + padding-top: 1em; +} diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index fb96583..ecf0444 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -74,6 +74,11 @@ })(); + +
+ +
+

Source code