diff --git a/www/ifdb.css b/www/ifdb.css index 2618b79b..93f27df9 100644 --- a/www/ifdb.css +++ b/www/ifdb.css @@ -1960,6 +1960,7 @@ img.vote-checkmark { height: 20px; border: none; vertical-align: middle; + margin-right: 5px; } /* diff --git a/www/poll b/www/poll index 9ff9e8f1..d5cf059b 100644 --- a/www/poll +++ b/www/poll @@ -1318,14 +1318,14 @@ function expandVote(id) $aVote = ""; echo " $aVote " - . "{$aVote}Vote for this game anonymously"; + . "border=0 src=\"img/blank.gif\" alt=\"\">" + . "Vote for this game anonymously"; } else { $aVote = ""; + . "&game=$prvGameID\">"; echo " $aVote " - . "{$aVote}Vote for this game"; + . "border=0 src=\"img/blank.gif\" alt=\"\">" + . "Vote for this game"; } } echo "";