From 32ad805bc3e32cdf5899dfe72395b5e7db006070 Mon Sep 17 00:00:00 2001 From: example Date: Thu, 24 Feb 2022 23:58:21 +0100 Subject: [PATCH 1/6] brotschrift auf 14pt gesetzt --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 67be2d0..1503f2f 100644 --- a/public/style.css +++ b/public/style.css @@ -44,7 +44,7 @@ html, body { color: #333333; background-color: #ffffff; font-family: 'EB Garamond Medium', serif; - font-size: 105%; + font-size: 14pt; line-height: 1.5; } From 19f305dd017a124b24ce1477fba7eb6f80ac12aa Mon Sep 17 00:00:00 2001 From: +++ Date: Fri, 25 Feb 2022 14:56:23 +0100 Subject: [PATCH 2/6] tooltip zum raumstatus dazu, kommentare entfernt --- public/index.php | 17 +++++++++-------- public/style.css | 24 +++++++++++++++++++----- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/public/index.php b/public/index.php index 5554a9f..2b7e40f 100644 --- a/public/index.php +++ b/public/index.php @@ -37,15 +37,16 @@
-
+
+ Befinden sich Leute im Raum? + try { + include_once '../src/getContent.php'; + getKrautButton($status); + } catch(Exception $ex) { + error_log("$ex", 0); + } + ?>