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