I’ve set profile images to show “rounded”. In order to achieve that I’ve set border-radius to 50%.
When I try to add a border to that rounded image, (ie. border:1px black solid;), it doesn’t follow the rounded pattern, but it just add a border to the square image.
How may I add a rounded border ?
you just need to apply the border-radius to the same element that gets the border and the rounded corners.
@ben c.taylor : I don’t know if it’s a hack, but it works on Chrome at least, just tested.