From 1b9e8493c7b84869355f202c3030c55159aac541 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 12:25:43 +0000 Subject: [PATCH] Centered separator --- theme.py | 2 +- webinterface.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.py b/theme.py index c8763d3e..ac2b2c4f 100644 --- a/theme.py +++ b/theme.py @@ -1131,7 +1131,7 @@ def setThemeIndymediaModern(baseDir: str): def setThemeSolidaric(baseDir: str): name = 'solidaric' themeParams = { - "post-separator-width": "98%", + "post-separator-width": "96%", "post-separator-height": "40px", "border-width-header": "0", "post-line-margin": "0 5%", diff --git a/webinterface.py b/webinterface.py index 57a6fa30..dede9a2c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6805,9 +6805,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, separatorStr = '' if os.path.isfile(separatorImageFilename): separatorStr = \ - '
' + \ + '
' + \ '' + \ - '
\n' + '
\n' # the css filename cssFilename = baseDir + '/epicyon-profile.css'