mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-05 01:30:15 +00:00
Visual refinements to the About page and screenshots. See #26387.
git-svn-id: https://develop.svn.wordpress.org/trunk@26750 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -38,7 +38,6 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<div class="changelog">
|
||||
<h2 class="about-headline-callout"><?php echo ( 'Introducing a modern new design' ); ?></h2>
|
||||
<img class="about-overview-img" src="<?php echo admin_url( 'images/about-overview.png' ); ?>" />
|
||||
|
||||
<div class="feature-section col three-col about-updates">
|
||||
<div class="col-1">
|
||||
<img src="images/about-modern-aesthetics.png" />
|
||||
@@ -58,7 +57,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<hr class="flush-top">
|
||||
|
||||
<div class="changelog">
|
||||
<div class="feature-section col two-col">
|
||||
@@ -74,7 +73,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="flushtopdivider">
|
||||
<hr class="flush-top">
|
||||
|
||||
<div class="changelog about-colors">
|
||||
<div class="feature-section col one-col">
|
||||
@@ -96,7 +95,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<hr class="flush-top">
|
||||
|
||||
<div class="changelog">
|
||||
<div class="feature-section col two-col">
|
||||
@@ -116,7 +115,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="flushtopdivider">
|
||||
<hr class="flush-top">
|
||||
|
||||
<div class="changelog">
|
||||
<h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2>
|
||||
@@ -131,7 +130,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<hr class="flush-top">
|
||||
|
||||
<div class="return-to-dashboard">
|
||||
<?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>
|
||||
|
||||
Reference in New Issue
Block a user