forked from indymedia/epicyon
Centered separator
parent
65882ed7be
commit
1b9e8493c7
2
theme.py
2
theme.py
|
@ -1131,7 +1131,7 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
def setThemeSolidaric(baseDir: str):
|
def setThemeSolidaric(baseDir: str):
|
||||||
name = 'solidaric'
|
name = 'solidaric'
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"post-separator-width": "98%",
|
"post-separator-width": "96%",
|
||||||
"post-separator-height": "40px",
|
"post-separator-height": "40px",
|
||||||
"border-width-header": "0",
|
"border-width-header": "0",
|
||||||
"post-line-margin": "0 5%",
|
"post-line-margin": "0 5%",
|
||||||
|
|
|
@ -6805,9 +6805,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
separatorStr = ''
|
separatorStr = ''
|
||||||
if os.path.isfile(separatorImageFilename):
|
if os.path.isfile(separatorImageFilename):
|
||||||
separatorStr = \
|
separatorStr = \
|
||||||
'<div class="postSeparatorImage">' + \
|
'<div class="postSeparatorImage"><center>' + \
|
||||||
'<img src="/' + iconsDir + '/separator.png"/>' + \
|
'<img src="/' + iconsDir + '/separator.png"/>' + \
|
||||||
'</div>\n'
|
'</center></div>\n'
|
||||||
|
|
||||||
# the css filename
|
# the css filename
|
||||||
cssFilename = baseDir + '/epicyon-profile.css'
|
cssFilename = baseDir + '/epicyon-profile.css'
|
||||||
|
|
Loading…
Reference in New Issue