From e658e01911c7e53a591481523a45a6dccd6c7505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 11 Feb 2021 02:11:02 +0100 Subject: [PATCH] css fix --- templates/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index e04c873..47f291c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -38,6 +38,10 @@ border-color: green; } + .log { + padding: 1em 0; + } + .log-out { color: red; } @@ -96,7 +100,7 @@

Log

- +
{% for entry in log %}
{{entry.ts.strftime("%c")}}