From b0839c4c3266e903cb75eedbe966cc1197632887 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 8 Oct 2020 18:18:13 +0100 Subject: [PATCH] Better terminology --- epicyon-profile.css | 4 ++-- webinterface.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 += '