Make WordPress Core

Ticket #34288: 34288.patch

File 34288.patch, 1.3 KB (added by afercia, 10 years ago)
  • src/wp-admin/css/themes.css

     
    753753}
    754754
    755755.theme-overlay .theme-author {
     756        margin: 15px 0 25px;
    756757        color: #686868;
    757758        font-size: 16px;
    758759        font-weight: 400;
    759         margin: 15px 0 25px;
     760        line-height: inherit;
    760761}
    761762
    762763.theme-overlay .theme-author a {
  • src/wp-admin/themes.php

     
    403403                                        <span class="current-label"><?php _e( 'Current Theme' ); ?></span>
    404404                                <# } #>
    405405                                <h2 class="theme-name">{{{ data.name }}}<span class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></span></h2>
    406                                 <h3 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></h3>
     406                                <p class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></p>
    407407
    408408                                <# if ( data.hasUpdate ) { #>
    409409                                <div class="notice notice-warning notice-alt notice-large">
    410                                         <h4 class="notice-title"><?php _e( 'Update Available' ); ?></h4>
     410                                        <h3 class="notice-title"><?php _e( 'Update Available' ); ?></h3>
    411411                                        {{{ data.update }}}
    412412                                </div>
    413413                                <# } #>