Skip to content

Instantly share code, notes, and snippets.

@creesch
Created October 12, 2013 19:23
Show Gist options
  • Save creesch/6953833 to your computer and use it in GitHub Desktop.
Save creesch/6953833 to your computer and use it in GitHub Desktop.
body .content .sitetable .thing.spam, body .sitetable .thing.spam.deleted.link.self {
border: solid 2px #FA8072 !important;
}
.comments-page .thing.spam > .entry {
display: none;
}
.comments-page .thing.spam:hover > .entry {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment