Make WordPress Core

Changeset 39685


Ignore:
Timestamp:
01/05/2017 04:33:01 AM (7 years ago)
Author:
westonruter
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/customize-preview.css

    r39243 r39685  
    253253
    254254@media screen and (max-width:320px) {
    255     body.customize-partial-edit-shortcuts-shown .site-title {
    256         padding-left: 10px;
    257     }
    258 
    259     body.customize-partial-edit-shortcuts-shown .widget-area .widget {
    260         padding-left: 10px;
    261     }
    262 
    263255    .widget .customize-partial-edit-shortcut button,
    264256    .customize-partial-edit-shortcut button {
Note: See TracChangeset for help on using the changeset viewer.