Profile header image border
Design and Skin Customization
Yes, .profile_image is the class. It's a border rule. It's in the profile.css file.
.profile_image {
border: 3px solid white;
max-width: 80px;
overflow: hidden;
position: relative;
}
updated by @nate: 02/06/20 10:36:36AM