forked from indymedia/epicyon
Adjust vertical position of time
parent
a9c40c5b11
commit
f286185548
1
theme.py
1
theme.py
|
@ -1026,6 +1026,7 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
fontStrItalic = \
|
fontStrItalic = \
|
||||||
"url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
"url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"time-vertical-align": "10px",
|
||||||
"header-vertical-offset": "-10%",
|
"header-vertical-offset": "-10%",
|
||||||
"publish-button-vertical-offset": "0",
|
"publish-button-vertical-offset": "0",
|
||||||
"vertical-between-posts-header": "0 0",
|
"vertical-between-posts-header": "0 0",
|
||||||
|
|
Loading…
Reference in New Issue