Voting plugin — hiding "empty" votes in the topic list?

There wasn’t, but there is now!

https://github.com/discourse/discourse-voting/pull/104

This commit allows you to do:

.vote-count-0 {
  display: none;
}