Admin Bar: fix the alignment of secondary menu item arrows.

Props juhise.
Fixes #33836.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35090 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-10-13 03:54:24 +00:00
parent 06594694e6
commit 596431bd21
5 changed files with 7 additions and 7 deletions

View File

@ -329,8 +329,8 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
top: 5px;
right: 3px;
top: 1px;
right: 6px;
content: "\f139";
}

File diff suppressed because one or more lines are too long

View File

@ -329,8 +329,8 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
top: 5px;
left: 3px;
top: 1px;
left: 6px;
content: "\f141";
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35124';
$wp_version = '4.4-alpha-35125';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.