From 843bc9691a2b70261100e7abcd74694149e41127 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 28 Sep 2019 14:54:29 +0100 Subject: [PATCH] line break --- epicyon-profile.css | 10 ++++++++++ webinterface.py | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index dd670e930..54c3ae39f 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -787,6 +787,16 @@ div.imagedesc { text-align: center; } +hr { + display: block; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + border-style: inset; + border-width: 1px; +} + @media screen and (min-width: 400px) { body, html { font-size: 22px; diff --git a/webinterface.py b/webinterface.py index 1a70311e8..9cc85d45c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2228,11 +2228,11 @@ def htmlTimeline(translate: {},pageNumber: int, \ showIndividualPostIcons, \ manuallyApproveFollowers,False) if boxName=='tlmedia': - tlStr+='\n' + tlStr+='
\n' # page down arrow if itemCtr>=itemsPerPage: - tlStr+='
'+translate['Page down']+'
' + tlStr+='
'+translate['Page down']+'
' tlStr+=htmlFooter() return tlStr