Want your images on your profile to have rounded corners? Simply edit your profile and start a STYLE section if you don't have one already:<style>
.profile-pic img,.friends-grid img,.comments-table img{border-radius:5px;}
</style>
So we're telling the browser to apply this to your profile pic, friends' profile pics, and commenters' profile pics. The size of the border radius is what rounds the image. The higher the number, the more curved the image.
You can apply this modification to other elements (such as DIVs) as well, so feel free to experiment!
Questions?
Profile edits: Rounded corners
18 Kudos
Comments
Displaying 0 of 0 comments ( View all | Add Comment )