Ticket #46901: 46901-ie11-img-fix-maintain-wordpress-v2-cdn.diff
File 46901-ie11-img-fix-maintain-wordpress-v2-cdn.diff, 1.2 KB (added by , 5 years ago) |
---|
-
src/wp-admin/about.php
44 44 <h2><?php _e( 'Keeping Your Site Safe' ); ?></h2> 45 45 <p class="lead-description"><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p> 46 46 <div class="inline-svg aligncenter"> 47 <img src="https:// make.wordpress.org/core/files/2019/05/about_maintain-wordpress.png" alt="">47 <img src="https://s.w.org/images/core/5.2/about_maintain-wordpress-v2.png" alt=""> 48 48 </div> 49 49 </div> 50 50 -
src/wp-admin/css/about.css
52 52 53 53 .about-wrap .inline-svg img { 54 54 max-width: 100%; 55 width: 100%;55 width: auto; 56 56 height: auto; 57 57 } 58 58 … … 343 343 344 344 .about-wrap .headline-feature img { 345 345 max-width: 600px; 346 width: 100%; 346 347 } 347 348 348 349 /* Return to Dashboard Home link */