Making WordPress.org


Ignore:
Timestamp:
02/09/2015 07:18:26 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Visual improvements for empty search results.

Gives the no-result message more room, and only applies padding to themes, if
there actually are themes to display.

Fixes #861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php

    r1156 r1235  
    7878                ?>
    7979            </div>
     80            <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
    8081        </div>
    8182        <div class="theme-install-overlay"></div>
    8283        <div class="theme-overlay"></div>
    83 
    84         <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
    8584        <span class="spinner"></span>
    8685    </div>
Note: See TracChangeset for help on using the changeset viewer.