From 6289d9e304e3d5d3f0e10c42f3d60937fe33d86b Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 7 May 2019 17:18:34 +0000 Subject: [PATCH] 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 --- src/wp-admin/about.php | 2 +- src/wp-admin/css/about.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index e11424ca67..076acde6f9 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -44,7 +44,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- +
diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 7b963c2025..c6e7c5e239 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -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 */