Make WordPress Core

Ticket #28393: 28393.diff

File 28393.diff, 1.6 KB (added by helen, 10 years ago)
  • src/wp-admin/css/install.css

     
    6868#logo a {
    6969        background-image: url(../images/w-logo-blue.png?ver=20131202);
    7070        background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
    71         -webkit-background-size: 80px 80px;
    72         background-size: 80px 80px;
     71        -webkit-background-size: 84px;
     72        background-size: 84px;
    7373        background-position: center top;
    7474        background-repeat: no-repeat;
    7575        color: #999;
    76         height: 80px;
     76        height: 84px;
    7777        font-size: 20px;
    7878        font-weight: normal;
    7979        line-height: 1.3em;
    8080        margin: -130px auto 25px;
    8181        padding: 0;
    8282        text-decoration: none;
    83         width: 80px;
     83        width: 84px;
    8484        text-indent: -9999px;
    8585        outline: none;
    8686        overflow: hidden;
  • src/wp-admin/css/login.css

     
    126126.login h1 a {
    127127        background-image: url(../images/w-logo-blue.png?ver=20131202);
    128128        background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
    129         -webkit-background-size: 80px 80px;
    130         background-size: 80px 80px;
     129        -webkit-background-size: 84px;
     130        background-size: 84px;
    131131        background-position: center top;
    132132        background-repeat: no-repeat;
    133133        color: #999;
    134         height: 80px;
     134        height: 84px;
    135135        font-size: 20px;
    136136        font-weight: normal;
    137137        line-height: 1.3em;
    138138        margin: 0 auto 25px;
    139139        padding: 0;
    140140        text-decoration: none;
    141         width: 80px;
     141        width: 84px;
    142142        text-indent: -9999px;
    143143        outline: none;
    144144        overflow: hidden;