i'm having a problem with the updated version breaking my user avatars. i'll post a screenshot below. oh yeah it's probably not a good idea if you stick erroneous __MACOSX files in there. i know they're invisible in OSX but I can see them in unix and there's quite a few of them. but they're not needed. also, putting an exclamation mark in the filename breaks things in unix. hope it helps!
change the #Comments .CommentHeader li div.CommentIcon in the vanilla.css file to:
#Comments .CommentHeader li div.CommentIcon {
padding:9px 0px 9px 30px;
margin-right: 6px;
display: inline;
width: 32px;
background-repeat:no-repeat !important;
display: inline !important;
background: center center no-repeat;
}
which worked for me...at least in IE and Firefox on Windows XP.
Comments
not sure, i'll look into it.
oh yeah it's probably not a good idea if you stick erroneous __MACOSX files in there. i know they're invisible in OSX but I can see them in unix and there's quite a few of them. but they're not needed. also, putting an exclamation mark in the filename breaks things in unix. hope it helps!