I'm not really big on the layout stuff myself, but this seems to work (The line in red added):
Code:
<vb:if condition="$vboptions['avatarenabled']">
<div class="cms_widget_post_useravatar widget_post_useravatar">
<vb:if condition="$post['userid']">
<a class="smallavatar comments_member_avatar_link" href="{vb:link member, {vb:raw post}}">
</vb:if>
<vb:if condition="$post['showavatar']">
<img width="30" title="" src="{vb:raw post.avatarurl}" alt=""/>
<vb:else />
<img width="30" title="" src="{vb:stylevar imgdir_misc}/unknown.gif" alt=""/>
</vb:if>
<br />{vb:raw post.username}
<vb:if condition="$post['userid']">
</a>
</vb:if>
</div>
</vb:if>
Which style were you editing? If if was not "MASTER STYLE" then you can fix your template by reverting it (Edit Templates, find it in the list and select it, then press "Revert"). If you did edit the MASTER STYLE, maybe chunk I posted above will fix it? Otherwise send me a PM.
Edit: One more thing - when you're working on it, you need to configure the block to have "Cache Time (in minutes)" of 0 or else you won't see your changes. When you have it like you want it then you can increase it if you want.