Make WordPress Core

Changeset 32841


Ignore:
Timestamp:
06/18/2015 02:18:53 PM (10 years ago)
Author:
obenland
Message:

More consistent spacing around the excerpt textarea.

Props paulwilde.
Fixes #32242.

File:
1 edited

Legend:

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

    r32777 r32841  
    574574}
    575575
    576 #excerpt,
    577 .attachmentlinks {
    578     margin: 0;
     576#excerpt {
     577    display: block;
     578    margin: 12px 0 0;
    579579    height: 4em;
    580     width: 98%;
     580    width: 100%;
    581581}
    582582
Note: See TracChangeset for help on using the changeset viewer.