Centered separator

main
Bob Mottram 2020-11-07 12:25:43 +00:00
parent 65882ed7be
commit 1b9e8493c7
2 changed files with 3 additions and 3 deletions

View File

@ -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%",

View File

@ -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'