removing Blueprint CSS specific classes

This commit is contained in:
Ben Word
2012-01-15 12:47:36 -07:00
parent fa2cc6d71f
commit 49d5639451
4 changed files with 7 additions and 20 deletions

View File

@@ -1,8 +1,6 @@
<?php /* If there are no posts to display, such as an empty archive page */ ?>
<?php if (!have_posts()) : ?>
<div class="notice">
<p class="bottom"><?php _e('Sorry, no results were found.', 'roots'); ?></p>
</div>
<p><?php _e('Sorry, no results were found.', 'roots'); ?></p>
<?php get_search_form(); ?>
<?php endif; ?>