Make WordPress Core

Ticket #44643: 44643.login.css.diff

File 44643.login.css.diff, 733 bytes (added by ianbelanger, 6 years ago)

This patch covers the /wp-admin/css/login.css file

  • 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 {
     
    133133
    134134.login form .forgetmenot label {
    135135        font-size: 12px;
    136         line-height: 19px;
     136        line-height: 1.6;
    137137}
    138138
    139139.login h1 {
     
    150150        height: 84px;
    151151        font-size: 20px;
    152152        font-weight: 400;
    153         line-height: 1.3em;
     153        line-height: 1.3;
    154154        margin: 0 auto 25px;
    155155        padding: 0;
    156156        text-decoration: none;