Theme Customizer: Remove small screenshot from theme title bar. see #19910.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c07ea0e757
commit
d1b815f87f
|
@ -60,24 +60,6 @@ body {
|
|||
margin-top: 45px;
|
||||
}
|
||||
|
||||
#customize-info .customize-section-title:after {
|
||||
display: none;
|
||||
}
|
||||
#customize-info.open .customize-section-title:after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#customize-info .customize-section-title .theme-screenshot {
|
||||
float: right;
|
||||
width: auto;
|
||||
height: 53px;
|
||||
margin: -7px -13px 0 15px;
|
||||
}
|
||||
|
||||
#customize-info.open .customize-section-title .theme-screenshot {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#customize-info .theme-name {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
|
|
|
@ -54,9 +54,6 @@ do_action( 'customize_controls_print_scripts' );
|
|||
|
||||
<div id="customize-info" class="customize-section">
|
||||
<div class="customize-section-title">
|
||||
<?php if ( $screenshot ) : ?>
|
||||
<img class="theme-screenshot" src="<?php echo esc_url( $screenshot ); ?>" />
|
||||
<?php endif; ?>
|
||||
<strong class="theme-name"><?php echo $theme['Name']; ?></strong>
|
||||
<span class="theme-by"><?php printf( __( 'By %s' ), $theme['Author'] ); ?></span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue