A few updates to the About page

- Updated text on about-overview.png
- Changed about-typography, about-contrast, and about-modern-aesthetics from PNG24 to PNG8, saving 83 KB
- Reluctantly changed about-twentyfourteen from PNG to JPEG, because it saves a whopping 615 KB
- Tweak the headline size and styling of the about-twentyfourteen image to account for its lack of a transparent background.

See #26387.



git-svn-id: https://develop.svn.wordpress.org/trunk@26806 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-08 20:04:11 +00:00
parent d98b6e1c56
commit 3a7e0cd3d5
8 changed files with 10 additions and 5 deletions

View File

@ -121,9 +121,9 @@ if ( count( $_wp_admin_css_colors ) > 1 && has_action( 'admin_color_scheme_picke
<hr> <hr>
<div class="changelog"> <div class="changelog about-twentyfourteen">
<h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine&nbsp;theme' ); ?></h2> <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine&nbsp;theme' ); ?></h2>
<img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" /> <img src="<?php echo admin_url( 'images/about-twentyfourteen.jpg' ); ?>" />
<div class="feature-section col one-col center-col"> <div class="feature-section col one-col center-col">
<div> <div>

View File

@ -7886,8 +7886,8 @@ body.press-this {
} }
.about-wrap .changelog h2.about-headline-callout { .about-wrap .changelog h2.about-headline-callout {
margin: 1.25em 0 0.25em; margin: 1.1em 0 0.2em;
font-size: 2.2em; font-size: 2.4em;
font-weight: 300; font-weight: 300;
line-height: 1.3; line-height: 1.3;
text-align: center; text-align: center;
@ -8028,13 +8028,18 @@ body.press-this {
margin-right: 0; margin-right: 0;
} }
.about-wrap .about-updates img { .about-wrap .about-updates img,
.about-wrap .about-twentyfourteen img {
margin: 2em 0 0 0; margin: 2em 0 0 0;
border: 1px solid #ddd; border: 1px solid #ddd;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
} }
.about-wrap .about-twentyfourteen img {
margin-top: 1em;
}
.about-wrap .changelog .feature-section { .about-wrap .changelog .feature-section {
overflow: hidden; overflow: hidden;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 700 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 21 KiB