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.
Icons
This discussion has been closed.
Comments
.DiscussionType img{ margin-left:5px!important; }
I would like to have icons for...
Ideally an extension would be the best solution but if a CSS guru has a little free time on their hands I'm sure many people would love to see something that works better than the incomplete and half-baked hacks we're currently suffering with.
Posted: Wednesday, 21 March 2007 at 3:38PM (AEDT)
I stripped out all the bits and pieces people had suggested and started from scratch.
I discovered that:
.Sticky.Closed .DiscussionTopic is not the same as .Sticky .Closed .DiscussionTopic
Note the space between .Sticky and .Closed
I feel a step closer to CSS Guru status now!
Posted: Thursday, 22 March 2007 at 11:15AM (AEDT)
#Discussions .Closed.Sticky .DiscussionType { background: url('closedsticky.png') no-repeat center left; padding:4px 0 0 22px; } #Discussions .Sticky .DiscussionType { background: url('sticky.png') no-repeat center left; padding:4px 0 0 22px; }
Also, if you don't want the text to show, remove the words from the definitions.php in the languages directory.