From 2f5e0527de28d0f1827c511203768cafc8209ad1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 1 Oct 2020 09:41:05 +0100 Subject: [PATCH] Timeline div --- epicyon-profile.css | 4 ++++ webinterface.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 33634a2a..f53de8fc 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -94,6 +94,10 @@ body, html { line-height: var(--line-spacing); } +.timeline { + width: 100%; +} + blockquote { border-left: 10px; margin: 1.5em 10px; diff --git a/webinterface.py b/webinterface.py index 69d90ee1..5220006a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5355,7 +5355,7 @@ def htmlTimeline(defaultTimeline: str, tlStr += '
' tlStr += '
\n\n' - tlStr += '
\n' + tlStr += '
\n' tlStr += '
\n' tlStr += '
\n' tlStr += '
\n'