Make WordPress Core

Changeset 48082


Ignore:
Timestamp:
06/18/2020 03:05:58 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Administration: Combine the styles for <p> and .wp-die-message, instead of duplicating.

This brings some consistency with _default_wp_die_handler(), where they are already combined.

Follow-up to [45909].

See #47580.

File:
1 edited

Legend:

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

    r47835 r48082  
    305305}
    306306
    307 p {
     307p,
     308.wp-die-message {
    308309    font-size: 13px;
    309310    line-height: 1.5;
     
    455456    padding: 0;
    456457    white-space: nowrap;
    457 }
    458 
    459 .wp-die-message {
    460     font-size: 13px;
    461     line-height: 1.5;
    462     margin: 1em 0;
    463458}
    464459
Note: See TracChangeset for help on using the changeset viewer.