
Shows up in review pane only. Very odd...
Edit: Even more weird, I don't see how the HTML for the slashed zeros makes it slashed. It seems to be the same code for the the other score up/down.
Code for buggy one:
<span class="vote-count-post" title="View upvote and downvote totals" style="cursor: pointer; "><div style="color:green">0</div><div class="vote-count-separator"></div><div style="color:maroon">0</div></span>
Code for not buggy one:
<span class="vote-count-post" title="View upvote and downvote totals" style="cursor: pointer; "><div style="color:green">+1</div><div class="vote-count-separator"></div><div style="color:maroon">0</div></span>
