May 1, 2014 at 02:51
#16592
Participant
Kleo uses round avatars, adding the following CSS to the theme makes the preview when uploading/cropping an avatar round so you can get a better idea of how the avatar will look on the site:
/* Make avatar upload crop pane round */
#avatar-crop-pane img { border-radius: 50%; }