Customize: Remove extra left padding in core for site title and widgets in preview.

These styles should only be applied by theme stylesheets as needed.

Props sirbrillig.
Reverts parts of [39202] and [39233].
See #38651.
Fixes #39349.

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


git-svn-id: http://core.svn.wordpress.org/trunk@39625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2017-01-05 04:33:43 +00:00
parent a676166a63
commit ea0f8b53f1
5 changed files with 3 additions and 19 deletions

View File

@ -252,14 +252,6 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu
}
@media screen and (max-width:320px) {
body.customize-partial-edit-shortcuts-shown .site-title {
padding-right: 10px;
}
body.customize-partial-edit-shortcuts-shown .widget-area .widget {
padding-right: 10px;
}
.widget .customize-partial-edit-shortcut button,
.customize-partial-edit-shortcut button {
right: -30px;

File diff suppressed because one or more lines are too long

View File

@ -252,14 +252,6 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu
}
@media screen and (max-width:320px) {
body.customize-partial-edit-shortcuts-shown .site-title {
padding-left: 10px;
}
body.customize-partial-edit-shortcuts-shown .widget-area .widget {
padding-left: 10px;
}
.widget .customize-partial-edit-shortcut button,
.customize-partial-edit-shortcut button {
left: -30px;

File diff suppressed because one or more lines are too long

View File

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