See #30900.
Built from https://develop.svn.wordpress.org/trunk@32100


git-svn-id: http://core.svn.wordpress.org/trunk@32079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-04-09 19:56:27 +00:00
parent 9e87e6b098
commit 8d01d0be3f
5 changed files with 5 additions and 3 deletions

View File

@ -10,6 +10,7 @@
position: fixed;
top: 0;
bottom: -120px;
z-index: 9980; /* just beneath #adminmenuwrap */
}
#adminmenu {

View File

@ -10,6 +10,7 @@
position: fixed;
top: 0;
bottom: -120px;
z-index: 9980; /* just beneath #adminmenuwrap */
}
#adminmenu {

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-32099';
$wp_version = '4.2-beta4-32100';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.