forked from indymedia/epicyon
Separator height
parent
4e037cc929
commit
65882ed7be
2
theme.py
2
theme.py
|
@ -1132,7 +1132,7 @@ def setThemeSolidaric(baseDir: str):
|
||||||
name = 'solidaric'
|
name = 'solidaric'
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"post-separator-width": "98%",
|
"post-separator-width": "98%",
|
||||||
"post-separator-height": "10px",
|
"post-separator-height": "40px",
|
||||||
"border-width-header": "0",
|
"border-width-header": "0",
|
||||||
"post-line-margin": "0 5%",
|
"post-line-margin": "0 5%",
|
||||||
"post-line-width": "1px",
|
"post-line-width": "1px",
|
||||||
|
|
Loading…
Reference in New Issue