Make WordPress Core

Changeset 20393


Ignore:
Timestamp:
04/07/2012 12:33:36 AM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Remove small screenshot from theme title bar. see #19910.

Location:
trunk/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/customize-controls.dev.css

    r20290 r20393  
    6161}
    6262
    63 #customize-info .customize-section-title:after {
    64     display: none;
    65 }
    66 #customize-info.open .customize-section-title:after {
    67     display: block;
    68 }
    69 
    70 #customize-info .customize-section-title .theme-screenshot {
    71     float: right;
    72     width: auto;
    73     height: 53px;
    74     margin: -7px -13px 0 15px;
    75 }
    76 
    77 #customize-info.open .customize-section-title .theme-screenshot {
    78     display: none;
    79 }
    80 
    8163#customize-info .theme-name {
    8264    font-size: 16px;
  • trunk/wp-includes/customize-controls.php

    r20319 r20393  
    5555        <div id="customize-info" class="customize-section">
    5656            <div class="customize-section-title">
    57                 <?php if ( $screenshot ) : ?>
    58                     <img class="theme-screenshot" src="<?php echo esc_url( $screenshot ); ?>" />
    59                 <?php endif; ?>
    6057                <strong class="theme-name"><?php echo $theme['Name']; ?></strong>
    6158                <span class="theme-by"><?php printf( __( 'By %s' ), $theme['Author'] ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.