Make WordPress Core

Ticket #46514: 46514.1.diff

File 46514.1.diff, 752 bytes (added by ianbelanger, 5 years ago)

Updates patch with more precise line-height calculations

  • src/wp-admin/css/login.css

     
    1414        color: #444;
    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
    2020a {
     
    159159
    160160.login form .forgetmenot label {
    161161        font-size: 12px;
    162         line-height: 19px;
     162        line-height: 1.58333333;
    163163}
    164164
    165165.login h1 {
     
    176176        height: 84px;
    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;
    182182        text-decoration: none;