Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
VaneaBlack 1.1
This discussion has been closed.
Comments
I fix some small bugs.
Sorry if this appears to be a dumb question but I think that having 2 icons is confusing.
Edit: I noticed that if you change the icon_sticky to add the 5px like the other icons, it displays better.
Another edit (as I test): If you remove the background display of the icon_discussion in the #Discussion css and then add ".NewComments" in front of the ".DiscussionTopic" where the icon_red is displayed, you seem to get a better display of the icons for a user. That is, when you are logged in, you will see the 2 icons display if there is an un-read comment. Then when you read it, you will only see the discussion icon.
Visitors to the forum will still see both icons which I think is okay.
.WhisperFrom {
background-color:#fefceb;
}
.WhisperTo {
background-color:#feebfa;
}