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.
Add an icon to an discussion
I'm trying to add an icon to an sticky discussion, but it doesn't work:
What's wrong?
.Sticky {
background-image:url(../gfx/icon.png) ! important;
background-repeat:no-repeat;
background-position:left center;
}
What's wrong?
0
This discussion has been closed.
Comments
the icon is displayed but everything is moved 20px right and that destroys the complete layout...
@bergamot
.Sticky { background: url(../gfx/icon.png) no-repeat left center !important; text-indent: 20px !important; }
only the words [Sticky] and the discussion title are moved a little and the icon isn't displayed...