Newline after icons div

main
Bob Mottram 2020-11-01 10:32:10 +00:00
parent 9e29988623
commit 9786f746ef
2 changed files with 3 additions and 1 deletions

View File

@ -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;
} }
} }

View File

@ -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 = \