Customizer: Remove top margin when dragging menu items.

The markup was changed in [32889].

props tywayne.
fixes #32745.
Built from https://develop.svn.wordpress.org/trunk@32970


git-svn-id: http://core.svn.wordpress.org/trunk@32941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-06-27 09:47:23 +00:00
parent 74c7f59bb2
commit 2d9a46b973
5 changed files with 5 additions and 5 deletions

View File

@ -469,7 +469,7 @@
border-color: #a0a5aa;
}
.control-section-nav_menu .menu ul.menu-item-transport dl {
.control-section-nav_menu .menu ul.menu-item-transport .menu-item-bar {
margin-top: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -469,7 +469,7 @@
border-color: #a0a5aa;
}
.control-section-nav_menu .menu ul.menu-item-transport dl {
.control-section-nav_menu .menu ul.menu-item-transport .menu-item-bar {
margin-top: 0;
}

File diff suppressed because one or more lines are too long

View File

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