I'm not sure what you would need to see exactly, but how about this?
#wrapper #sidebar {
position: relative;
width: 210px;
float: left;
color: {color:Text};
font-family: Verdana;
}
#wrapper #sidebar #top #avatar {
width: 146px;
height: 146px;
padding: 8px 0 0 9px;
background: url('http://static.tumblr.com/vr9xgox/mi9nf8t4z/avatar-bg.png') top left no- repeat transparent;
position: relative;
top: -20px;
left: 26px !important;
}
I just added
left: 26px !important;
to fix it. It does get in the center, but I can't tell if it's actually in the center? It doesn't seem like it. Maybe I've just been staring for too long.
And here's the div, if you would need that. I'm not sure.
<div id="avatar"><a href="/"><img src="{PortraitURL-128}" /></a></div>
Thanks in advance!