Dashboard: Ensure images other than avatars (such as emoji replacements) in recent comments are not incorrectly positioned.

props SergeyBiryukov.
fixes #31919.

Built from https://develop.svn.wordpress.org/trunk@32076


git-svn-id: http://core.svn.wordpress.org/trunk@32055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-04-08 16:49:26 +00:00
parent 4e7cb5e05d
commit dbc8943dd5
5 changed files with 5 additions and 5 deletions

View File

@ -700,7 +700,7 @@ form.initial-form.quickpress-open input#title {
position: relative;
}
#activity-widget #the-comment-list img {
#activity-widget #the-comment-list .avatar {
position: absolute;
top: 13px;
}

View File

@ -700,7 +700,7 @@ form.initial-form.quickpress-open input#title {
position: relative;
}
#activity-widget #the-comment-list img {
#activity-widget #the-comment-list .avatar {
position: absolute;
top: 13px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta4-32075';
$wp_version = '4.2-beta4-32076';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.