forked from indymedia/epicyon
Newline after icons div
parent
9e29988623
commit
9786f746ef
|
@ -2294,6 +2294,8 @@ div.container {
|
||||||
margin: 40px 80px;
|
margin: 40px 80px;
|
||||||
}
|
}
|
||||||
.columnIcons img {
|
.columnIcons img {
|
||||||
|
width: 10%;
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-right: 1vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5894,7 +5894,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
htmlStr += ' <br>\n'
|
htmlStr += ' <br>\n'
|
||||||
|
|
||||||
if rssIconAtTop and not showHeaderImage:
|
if rssIconAtTop and not showHeaderImage:
|
||||||
htmlStr += '</div>'
|
htmlStr += '</div><br>'
|
||||||
|
|
||||||
# show the newswire lines
|
# show the newswire lines
|
||||||
newswireContentStr = \
|
newswireContentStr = \
|
||||||
|
|
Loading…
Reference in New Issue