diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index e3f06f728e..6296aee534 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -1790,7 +1790,6 @@ a.post-thumbnail:focus { } .author-info .avatar { - border-radius: 50%; float: left; height: 36px; margin: 0 1.6em 1.6em 0; @@ -2214,7 +2213,6 @@ a.post-thumbnail:focus { } .comment-author .avatar { - border-radius: 50%; float: left; height: 24px; margin-right: 0.8em; @@ -2431,6 +2429,10 @@ a.post-thumbnail:focus { * 14.0 Media */ +.site .avatar { + border-radius: 50%; +} + .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {