Make WordPress Core

Changeset 26806

Timestamp:
12/08/2013 08:04:11 PM (11 years ago)
Author:
iammattthomas
Message:

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.

Location:
trunk/src/wp-admin
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r26801 r26806  
    122122<hr>
    123123
    124 <div class="changelog">
     124<div class="changelog">
    125125    <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine&nbsp;theme' ); ?></h2>
    126     <img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" />
     126    <img src="<?php echo admin_url( 'images/about-twentyfourteen.g' ); ?>" />
    127127
    128128    <div class="feature-section col one-col center-col">
  • trunk/src/wp-admin/css/wp-admin.css

    r26797 r26806  
    78877887
    78887888.about-wrap .changelog h2.about-headline-callout {
    7889     margin: 1.25em 0 0.25em;
    7890     font-size: 2.2em;
     7889    margin: 1.em;
     7890    font-size: 2.em;
    78917891    font-weight: 300;
    78927892    line-height: 1.3;
     
    80298029}
    80308030
    8031 .about-wrap .about-updates img {
     8031.about-wrap .about-updates img,
     8032.about-wrap .about-twentyfourteen img {
    80328033    margin: 2em 0 0 0;
    80338034    border: 1px solid #ddd;
    80348035    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    80358036    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     8037
     8038
     8039
     8040
    80368041}
    80378042
Note: See TracChangeset for help on using the changeset viewer.