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.
Problem w/ Avatars
I'm using the Avatar Uploader + Image Resizer v.3, but the pics only show up in the personal info pages, not next to the names in the forums. what gives?
0
This discussion has been closed.
Comments
Try adding this to the bottom of styles/camp/global.css:
.CommentAuthorWithIcon { position: relative; padding-left: 40px; } .CommentIcon { position: absolute; top: 50%; margin: -16px 0 0 -40px; display: block; height: 32px; width: 32px; background: #fff center center no-repeat; }