Help/About: Final 5.2 about page updates.

Use final image URLs and fix a bug in IE11 where images were being cut off.

Props afercia, SergeyBiryukov, ianbelanger, desrosj, audrasjb.
See #46901.

git-svn-id: https://develop.svn.wordpress.org/trunk@45287 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-05-07 17:18:34 +00:00
parent 96649a5ad1
commit 6289d9e304
2 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<h2><?php _e( 'Keeping Your Site Safe' ); ?></h2>
<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>
<div class="inline-svg aligncenter">
<img src="https://make.wordpress.org/core/files/2019/05/about_maintain-wordpress.png" alt="">
<img src="https://s.w.org/images/core/5.2/about_maintain-wordpress-v2.svg" alt="">
</div>
</div>

View File

@ -52,7 +52,7 @@
.about-wrap .inline-svg img {
max-width: 100%;
width: 100%;
width: auto;
height: auto;
}
@ -343,6 +343,7 @@
.about-wrap .headline-feature img {
max-width: 600px;
width: 100%;
}
/* Return to Dashboard Home link */