If you add .votes to that selector, then you also hide the points on comments and posts. I.e.
.votes
@-moz-document domain("lesswrong.com″) { span.label, span.score, span.monthly-score, .votes { display:none !important; } }
If you add
.votes
to that selector, then you also hide the points on comments and posts. I.e.