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+='