From b76a981cc862c413df317f3db6284e6a173fda3f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 17:55:05 +0000 Subject: [PATCH] Modern theme separator style --- theme.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.py b/theme.py index 43b3b9222..d9fa65793 100644 --- a/theme.py +++ b/theme.py @@ -1024,9 +1024,9 @@ def setThemeIndymediaModern(baseDir: str): fontStrItalic = \ "url('./fonts/NimbusSanL-italic.otf') format('opentype')" themeParams = { - "post-separator-margin-top": "9%", - "post-separator-margin-bottom": "9%", - "post-separator-width": "80%", + "post-separator-margin-top": "1%", + "post-separator-margin-bottom": "1%", + "post-separator-width": "95%", "post-separator-height": "1px", "column-left-border-width": "0px", "column-right-border-width": "0px",