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):
|
||||
name = 'solidaric'
|
||||
themeParams = {
|
||||
"post-separator-width": "98%",
|
||||
"post-separator-width": "96%",
|
||||
"post-separator-height": "40px",
|
||||
"border-width-header": "0",
|
||||
"post-line-margin": "0 5%",
|
||||
|
|
|
@ -6805,9 +6805,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
separatorStr = ''
|
||||
if os.path.isfile(separatorImageFilename):
|
||||
separatorStr = \
|
||||
'<div class="postSeparatorImage">' + \
|
||||
'<div class="postSeparatorImage"><center>' + \
|
||||
'<img src="/' + iconsDir + '/separator.png"/>' + \
|
||||
'</div>\n'
|
||||
'</center></div>\n'
|
||||
|
||||
# the css filename
|
||||
cssFilename = baseDir + '/epicyon-profile.css'
|
||||
|
|
Loading…
Reference in New Issue