Make WordPress Core

Ticket #44643: 44643.about.css.diff

File 44643.about.css.diff, 650 bytes (added by ianbelanger, 6 years ago)

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

  • wp-admin/css/about.css

     
    130130        margin: 0.2em 200px 0 0;
    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;
    136136}
     
    170170.about-wrap .about-text {
    171171        margin-top: 1.4em;
    172172        font-weight: 400;
    173         line-height: 1.6em;
     173        line-height: 1.6;
    174174        font-size: 19px;
    175175}
    176176
     
    449449        margin: 6px 0 2px;
    450450        font-size: 16px;
    451451        font-weight: 400;
    452         line-height: 2em;
     452        line-height: 2;
    453453        text-decoration: none;
    454454}
    455455