For those who use round avatars on their forum and also what these avatar in Visitors in Last X Hours to be round and have transparent background, then add the following to your css_additional.css file.
Code:
/* Make round avatars for yilmazvisitorslastx - START */
.yilmazvisitorslastximg img {
background: none 0 0,#F8F8F8;
border-radius: 100%;
}
.yilmazvisitorslastxli {
border: 0;
}
/* Make round avatars for yilmazvisitorslastx - END */