Make WordPress Core

Changeset 26750


Ignore:
Timestamp:
12/06/2013 10:17:12 PM (11 years ago)
Author:
iammattthomas
Message:

Visual refinements to the About page and screenshots. See #26387.

Location:
trunk/src/wp-admin
Files:
5 edited

Legend:

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

    r26746 r26750  
    3939    <h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new design' ); ?></h2>
    4040    <img class="about-overview-img" src="<?php echo admin_url( 'images/about-overview.png' ); ?>" />
    41 
    4241    <div class="feature-section col three-col about-updates">
    4342        <div class="col-1">
     
    5958</div>
    6059
    61 <hr>
     60<hr class="flush-top">
    6261
    6362<div class="changelog">
     
    7574</div>
    7675
    77 <hr class="flushtopdivider">
     76<hr class="flush-top">
    7877
    7978<div class="changelog about-colors">
     
    9796</div>
    9897
    99 <hr>
     98<hr class="flush-top">
    10099
    101100<div class="changelog">
     
    117116</div>
    118117
    119 <hr class="flushtopdivider">
     118<hr class="flush-top">
    120119
    121120<div class="changelog">
     
    132131</div>
    133132
    134 <hr>
     133<hr class="flush-top">
    135134
    136135<div class="return-to-dashboard">
  • trunk/src/wp-admin/css/wp-admin.css

    r26747 r26750  
    78497849
    78507850.about-text {
    7851     margin: 1em 200px 0em 0;
     7851    margin: 1em 200px 1em 0;
    78527852    min-height: 60px;
    78537853    font-size: 24px;
     
    78557855
    78567856.about-wrap .changelog h2.about-headline-callout {
    7857     margin: 1.5em 0 0;
     7857    margin: 1.25em 0 0.25em;
    78587858    font-size: 2.2em;
    78597859    font-weight: 300;
     
    78897889
    78907890.about-wrap .about-themes-img {
    7891     bottom: -32px;
     7891    bottom: -38px;
    78927892}
    78937893
    78947894.about-wrap .about-overview-img {
    7895     border-bottom: 1px solid #ddd;
    7896 }
    7897 
    7898 .about-wrap hr.flushtopdivider {
     7895    border-bottom: 1px solid #ccc;
     7896    margin: 0;
     7897}
     7898
     7899.about-wrap hr.flush-top {
    78997900    margin-top: 0;
     7901    border-top: 1px solid #ccc;
    79007902}
    79017903
Note: See TracChangeset for help on using the changeset viewer.