diff --git a/epicyon-profile.css b/epicyon-profile.css index 8a59c638..4e797fce 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -232,7 +232,7 @@ a:focus { line-height: var(--line-spacing-newswire); } -.newswireItemApproved { +.newswireItemVotedOn { font-size: var(--font-size-newswire); font-weight: bold; color: var(--column-right-fg-color-approved); @@ -245,7 +245,7 @@ a:focus { float: right; } -.newswireDateApproved { +.newswireDateVotedOn { font-size: var(--font-size-newswire); font-weight: bold; color: var(--newswire-date-color); diff --git a/webinterface.py b/webinterface.py index 93be55b5..37c5bf1c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5407,7 +5407,7 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool, totalVotesStr = \ votesIndicator(totalVotes, positiveVoting) - htmlStr += '

' + \ + htmlStr += '

' + \ '' + item[0] + '' + \ totalVotesStr if moderator: @@ -5416,10 +5416,10 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool, '' + \ - '

' else: - htmlStr += '