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