Twenty Fifteen: broader selection of avatars that should catch any plugins adding avatars that use the avatar class.
Props iamtakashi, fixes #30541. Built from https://develop.svn.wordpress.org/trunk@30690 git-svn-id: http://core.svn.wordpress.org/trunk@30680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
20d135f3b2
commit
4c86797ba7
|
@ -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 {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30689';
|
||||
$wp_version = '4.1-beta2-30690';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue