Ticket #30736: 30736.patch
File 30736.patch, 1023 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/css/about.css
45 45 46 46 .wp-badge { 47 47 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 */49 48 background-position: center 24px; 50 49 -webkit-background-size: 85px 85px; 51 50 background-size: 85px 85px; … … 63 62 box-shadow: 0 1px 3px rgba(0,0,0,0.2); 64 63 } 65 64 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 } 66 71 67 72 .about-wrap .wp-badge { 68 73 position: absolute; … … 474 479 .about-wrap .feature-list.finer-points p { 475 480 margin-left: 80px; 476 481 } 477 } 478 No newline at end of file 482 }