Make WordPress Core

Changeset 46431


Ignore:
Timestamp:
10/08/2019 02:55:20 AM (7 years ago)
Author:
SergeyBiryukov
Message:

CSS Coding Standards: Use unitless values for line-height in wp-includes/css/media-views.css.

Follow-up to [45478].

Props ianbelanger, afercia.
Fixes #46529. See #44643.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r46418 r46431  
    12261226        display: inline-block;
    12271227        margin-top: 16px;
    1228         line-height: 18px;
     1228        line-height: 1.38461538;
    12291229        font-size: 13px;
    12301230        color: #666;
Note: See TracChangeset for help on using the changeset viewer.