Make WordPress Core

Changeset 45130


Ignore:
Timestamp:
04/07/2019 05:50:18 AM (6 years ago)
Author:
SergeyBiryukov
Message:

CSS Coding Standards: Use unitless values for line-height in wp-admin/css/about.css.

Props ianbelanger, mukesh27, pbiron, afercia.
Fixes #46495. See #44643.

File:
1 edited

Legend:

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

    r44905 r45130  
    131131    padding: 0;
    132132    color: #32373c;
    133     line-height: 1.2em;
     133    line-height: 1.2;
    134134    font-size: 2.8em;
    135135    font-weight: 400;
     
    176176    margin-top: 1.4em;
    177177    font-weight: 400;
    178     line-height: 1.6em;
     178    line-height: 1.6;
    179179    font-size: 19px;
    180180}
     
    453453    font-size: 16px;
    454454    font-weight: 400;
    455     line-height: 2em;
     455    line-height: 2;
    456456    text-decoration: none;
    457457}
Note: See TracChangeset for help on using the changeset viewer.