dbaupp comments on Call for Anonymous Narratives by LW Women and Question Proposals (AMA) - Less Wrong

20 [deleted] 09 September 2012 08:39AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (364)

You are viewing a single comment's thread. Show more comments above.

Comment author: dbaupp 17 September 2012 05:53:36PM 0 points [-]

If you add .votes to that selector, then you also hide the points on comments and posts. I.e.

@-moz-document domain("lesswrong.com") {
span.label, span.score, span.monthly-score, .votes {
display:none !important;
}
}