Twenty Fifteen: broader selection of avatars that should catch any plugins adding avatars that use the avatar class.
Props iamtakashi, fixes #30541. git-svn-id: https://develop.svn.wordpress.org/trunk@30690 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4598e80675
commit
e8ac9b21df
|
@ -1790,7 +1790,6 @@ a.post-thumbnail:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-info .avatar {
|
.author-info .avatar {
|
||||||
border-radius: 50%;
|
|
||||||
float: left;
|
float: left;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
margin: 0 1.6em 1.6em 0;
|
margin: 0 1.6em 1.6em 0;
|
||||||
|
@ -2214,7 +2213,6 @@ a.post-thumbnail:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-author .avatar {
|
.comment-author .avatar {
|
||||||
border-radius: 50%;
|
|
||||||
float: left;
|
float: left;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin-right: 0.8em;
|
margin-right: 0.8em;
|
||||||
|
@ -2431,6 +2429,10 @@ a.post-thumbnail:focus {
|
||||||
* 14.0 Media
|
* 14.0 Media
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.site .avatar {
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
.page-content img.wp-smiley,
|
.page-content img.wp-smiley,
|
||||||
.entry-content img.wp-smiley,
|
.entry-content img.wp-smiley,
|
||||||
.comment-content img.wp-smiley {
|
.comment-content img.wp-smiley {
|
||||||
|
|
Loading…
Reference in New Issue