Make WordPress Core

Ticket #30736: 30736.patch

File 30736.patch, 1023 bytes (added by ocean90, 11 years ago)
  • src/wp-admin/css/about.css

     
    4545
    4646.wp-badge {
    4747        background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
    48         background: #0074a2, url(../images/wordpress-logo-white.svg?ver=20131110) no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */
    4948        background-position: center 24px;
    5049        -webkit-background-size: 85px 85px;
    5150        background-size: 85px 85px;
     
    6362        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    6463}
    6564
     65.svg .wp-badge {
     66        background: #0074a2 url(../images/wordpress-logo-white.svg?ver=20131110) no-repeat;
     67        background-position: center 24px;
     68        -webkit-background-size: 85px 85px;
     69        background-size: 85px 85px;
     70}
    6671
    6772.about-wrap .wp-badge {
    6873        position: absolute;
     
    474479        .about-wrap .feature-list.finer-points p {
    475480                margin-left: 80px;
    476481        }
    477 }
    478  No newline at end of file
     482}