Make WordPress Core

Changeset 33332


Ignore:
Timestamp:
07/20/2015 07:00:58 PM (9 years ago)
Author:
obenland
Message:

Site Icon: Improve vertical spacing in preview.

Props eliorivero.
Fixes #33038.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/site-icon.css

    r33329 r33332  
    44
    55.site-icon-preview .favicon-preview {
    6     margin-bottom: 20px;
     6    margin: 5px 0 20px;
    77    overflow: hidden;
    88    position: relative;
     
    3434    overflow: hidden;
    3535    width: 64px;
     36    margin-top: 5px;
    3637}
Note: See TracChangeset for help on using the changeset viewer.