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

@@ -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.