diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index 2258105b8b..381b4aa686 100644
--- a/src/wp-admin/about.php
+++ b/src/wp-admin/about.php
@@ -36,8 +36,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
-
+
+
@@ -58,7 +58,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
+
@@ -69,21 +69,21 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
+
-
-
Now with more color
-
+
+
@@ -91,7 +91,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
+
@@ -105,28 +105,28 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
-
+
-
+
-
+
diff --git a/src/wp-admin/css/colors.css b/src/wp-admin/css/colors.css
index 1ef6e7e4fa..88ba433b2b 100644
--- a/src/wp-admin/css/colors.css
+++ b/src/wp-admin/css/colors.css
@@ -1792,12 +1792,10 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
border-bottom-color: #eee;
}
-.about-wrap h3 {
- color: #333;
-}
-
-.about-wrap .feature-section h4 {
- color: #464646;
+.about-wrap h2,
+.about-wrap h3,
+.about-wrap h4 {
+ color: #222;
}
.about-wrap .feature-section .col-2:before,
diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css
index 5887aa9bf8..4daf667877 100644
--- a/src/wp-admin/css/wp-admin.css
+++ b/src/wp-admin/css/wp-admin.css
@@ -7804,6 +7804,7 @@ body.press-this {
.about-wrap p {
line-height: 1.6em;
+ font-size: 14px;
}
.about-wrap h1 {
@@ -7831,10 +7832,10 @@ body.press-this {
font-size: 24px;
}
-.about-wrap .changelog h2 {
+.about-wrap .changelog h2.about-headline-callout {
margin: 1.4em 0 0;
- font-size: 2.1em;
line-height: 1.3;
+ font-weight: 600;
text-align: center;
}
@@ -7846,6 +7847,7 @@ body.press-this {
.about-wrap .feature-section h4 {
margin: 1.4em 0 0.6em 0;
+ font-size: 1.2em;
}
.about-wrap .feature-section p {
@@ -7857,6 +7859,27 @@ body.press-this {
font-size: 14px;
}
+/* 3.8 Images */
+
+.about-wrap .about-colors-img,
+.about-wrap .about-themes-img {
+ bottom: -25px;
+}
+
+.about-wrap .about-overview-img {
+ border-bottom: 1px solid #ddd;
+}
+
+.about-wrap hr.flushtopdivider {
+ margin-top: 0;
+}
+
+.about-colors-img img,
+.about-themes-img img {
+ margin: 0 0;
+ padding: 0;
+ line-height: 1;
+}
/* Point Releases */
@@ -7936,11 +7959,14 @@ body.press-this {
.about-wrap .feature-section.two-col div {
position: relative;
- width: 47%;
- margin-right: 4.999999999%;
+ width: 50%;
float: left;
}
+.about-wrap .feature-section.two-col div p {
+ margin-right: 3%;
+}
+
.about-wrap .feature-section.three-col div {
position: relative;
width: 30%;
diff --git a/src/wp-admin/images/about-colors.png b/src/wp-admin/images/about-colors.png
index 0b8028f0b9..ea495eb6ac 100644
Binary files a/src/wp-admin/images/about-colors.png and b/src/wp-admin/images/about-colors.png differ
diff --git a/src/wp-admin/images/about-overview.png b/src/wp-admin/images/about-overview.png
index 3f5e06cbcf..7ee272d345 100644
Binary files a/src/wp-admin/images/about-overview.png and b/src/wp-admin/images/about-overview.png differ
diff --git a/src/wp-admin/images/about-themes.png b/src/wp-admin/images/about-themes.png
index 87e2eee76c..429b0b2b34 100644
Binary files a/src/wp-admin/images/about-themes.png and b/src/wp-admin/images/about-themes.png differ
diff --git a/src/wp-admin/images/about-twentyfourteen.png b/src/wp-admin/images/about-twentyfourteen.png
index 10765356bf..ce7f688232 100644
Binary files a/src/wp-admin/images/about-twentyfourteen.png and b/src/wp-admin/images/about-twentyfourteen.png differ