Fix weird HiDPI screen rendering issue with theme install preview toolbar

fixes #28898
props ocean90
Built from https://develop.svn.wordpress.org/trunk@30101


git-svn-id: http://core.svn.wordpress.org/trunk@30101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2014-10-29 22:36:21 +00:00
parent 4df00e156d
commit 63cf4db8ae
5 changed files with 3 additions and 5 deletions

View File

@ -1309,7 +1309,6 @@ body.full-overlay-active {
padding: 0;
margin: 0;
z-index: 10;
overflow: auto;
background: #eee;
border-left: none;
}

View File

@ -1309,7 +1309,6 @@ body.full-overlay-active {
padding: 0;
margin: 0;
z-index: 10;
overflow: auto;
background: #eee;
border-right: none;
}

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.1-alpha-30100';
$wp_version = '4.1-alpha-30101';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.