From 54493538a8f90f2bd78b9ab497bc4f54901fc4cb Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Tue, 1 Aug 2023 15:02:08 +0000 Subject: [PATCH] Help/About: Add images to About page, match header style to images. Props richtabor, markoserb, audrasjb, peterwilsoncc, mukesh27. See #58067. git-svn-id: https://develop.svn.wordpress.org/trunk@56339 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 24 ++++++++++++------------ src/wp-admin/css/about.css | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 21afe048f4..02dd6abd2e 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -61,9 +61,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
+
- +
@@ -77,17 +77,17 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-
+
- +
-
+
- +
@@ -101,9 +101,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-
+
- +
@@ -111,21 +111,21 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +

- +

- +

@@ -233,7 +233,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +

diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 457f04d384..f4eec067e2 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -539,6 +539,7 @@ background: var(--background) url('../images/about-header-about.svg?ver=6.3') no-repeat; background-size: cover; background-position: center; + border-radius: 5px; } .credits-php .about__header {