To get the tiny images to show you will need to add Paul's CSS definitions to your stylesheet.
Add:
Code:
.profile_content #mprlist li {
width: 100%;
height: auto;
display:block;
float: {vb:stylevar left};
clear:both;
border-bottom: {vb:stylevar profile_content_subsection_border};
}
#view-reputation .inflistinfo {
padding: 5px 20px;
}
.inflistinfo.pos {
background: transparent url(images/reputation/reputation_pos.gif) no-repeat scroll left center;
}
.inflistinfo.neg {
background: transparent url(images/reputation/reputation_neg.gif) no-repeat scroll left center;
}
.inflistinfo.balance {
background: transparent url(images/reputation/reputation_balance.gif) no-repeat scroll left center;
}
To Styles and Templates > CSS > Additional.css.
Save. Reload your page.