forked from indymedia/epicyon
Extra line after attachments
parent
4136441119
commit
8b5c32137c
|
@ -327,9 +327,9 @@ a:link {
|
|||
}
|
||||
|
||||
.container img.attachment {
|
||||
max-width: 100%;
|
||||
max-width: 120%;
|
||||
margin-left: 5%;
|
||||
width: 90%;
|
||||
width: 120%;
|
||||
border-radius: 5%;
|
||||
}
|
||||
.container img.right {
|
||||
|
|
|
@ -2588,7 +2588,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
|||
attachmentStr+=translate['Your browser does not support the audio tag.']
|
||||
attachmentStr+='</audio></center>'
|
||||
attachmentCtr+=1
|
||||
attachmentStr+='</div>'
|
||||
attachmentStr+='</div><br>'
|
||||
|
||||
publishedStr=''
|
||||
if postJsonObject['object'].get('published'):
|
||||
|
|
Loading…
Reference in New Issue