forked from indymedia/epicyon
Separator style
parent
ac5b989407
commit
5c4220a2f1
6
theme.py
6
theme.py
|
@ -1131,9 +1131,9 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
def setThemeSolidaric(baseDir: str):
|
def setThemeSolidaric(baseDir: str):
|
||||||
name = 'solidaric'
|
name = 'solidaric'
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"post-line-margin": "0 49.5%",
|
"border-width-header": "0",
|
||||||
"post-line-width": "5px",
|
"post-line-margin": "0 5%",
|
||||||
"post-line-radius": "10px",
|
"post-line-width": "1px",
|
||||||
"column-left-header-line-color": "#999",
|
"column-left-header-line-color": "#999",
|
||||||
"border-width": "0",
|
"border-width": "0",
|
||||||
"banner-height": "35vh",
|
"banner-height": "35vh",
|
||||||
|
|
Loading…
Reference in New Issue