Make WordPress Core

Ticket #44643: 44643.install.css.diff

File 44643.install.css.diff, 958 bytes (added by ianbelanger, 6 years ago)

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

  • wp-admin/css/install.css

     
    9696        height: 84px;
    9797        font-size: 20px;
    9898        font-weight: 400;
    99         line-height: 1.3em;
     99        line-height: 1.3;
    100100        margin: -130px auto 25px;
    101101        padding: 0;
    102102        text-decoration: none;
     
    117117.language-chooser.wp-core-ui .step .button.button-large {
    118118        height: 36px;
    119119        font-size: 14px;
    120         line-height: 33px;
     120        line-height: 2.4;
    121121        vertical-align: middle;
    122122}
    123123textarea {
     
    149149}
    150150
    151151.form-table code {
    152         line-height: 18px;
     152        line-height: 1.4;
    153153        font-size: 14px;
    154154}
    155155
     
    159159}
    160160
    161161.form-table input {
    162         line-height: 20px;
     162        line-height: 1.35;
    163163        font-size: 15px;
    164164        padding: 3px 5px;
    165165        border: 1px solid #ddd;
     
    204204
    205205#error-page p {
    206206        font-size: 14px;
    207         line-height: 18px;
     207        line-height: 1.4;
    208208        margin: 25px 0 20px;
    209209}
    210210