From f2861855487cebf244f62fce828c0971ea448ba5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 22:58:08 +0000 Subject: [PATCH] Adjust vertical position of time --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index aa020ffff..30c15608d 100644 --- a/theme.py +++ b/theme.py @@ -1026,6 +1026,7 @@ def setThemeIndymediaModern(baseDir: str): fontStrItalic = \ "url('./fonts/NimbusSanL-italic.otf') format('opentype')" themeParams = { + "time-vertical-align": "10px", "header-vertical-offset": "-10%", "publish-button-vertical-offset": "0", "vertical-between-posts-header": "0 0",