Make WordPress Core

Changeset 39695 for branches/4.7


Ignore:
Timestamp:
01/05/2017 08:15:48 AM (8 years ago)
Author:
dd32
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.
Merges [39685] to the 4.7 branch.
Fixes #39349.

Location:
branches/4.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.7

  • branches/4.7/src/wp-includes/css/customize-preview.css

    r39243 r39695  
    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.