Make WordPress Core

Changeset 45466


Ignore:
Timestamp:
05/30/2019 12:08:53 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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

Props ianbelanger, pbiron, afercia.
Fixes #46514. See #44643.

File:
1 edited

Legend:

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

    r45157 r45466  
    1515    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    1616    font-size: 13px;
    17     line-height: 1.4em;
     17    line-height: 1.4;
    1818}
    1919
     
    160160.login form .forgetmenot label {
    161161    font-size: 12px;
    162     line-height: 19px;
     162    line-height: 1.58333333;
    163163}
    164164
     
    177177    font-size: 20px;
    178178    font-weight: 400;
    179     line-height: 1.3em;
     179    line-height: 1.3;
    180180    margin: 0 auto 25px;
    181181    padding: 0;
Note: See TracChangeset for help on using the changeset viewer.