From 1cb960be33d500c0c505f3d0e2103ce22fd8f696 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 12:28:56 +0000 Subject: [PATCH] Separator width --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index ac2b2c4f9..aa6c095e8 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": "96%", + "post-separator-width": "96.5%", "post-separator-height": "40px", "border-width-header": "0", "post-line-margin": "0 5%",