Simplify alerts

This commit is contained in:
Ben Word
2013-02-12 15:34:05 -06:00
parent 129be210c6
commit 8bb57d3cf8
4 changed files with 11 additions and 16 deletions

View File

@@ -1,8 +1,7 @@
<?php get_template_part('templates/page', 'header'); ?>
<div class="alert alert-block fade in">
<a class="close" data-dismiss="alert">&times;</a>
<p><?php _e('Sorry, but the page you were trying to view does not exist.', 'roots'); ?></p>
<div class="alert">
<?php _e('Sorry, but the page you were trying to view does not exist.', 'roots'); ?>
</div>
<p><?php _e('It looks like this was the result of either:', 'roots'); ?></p>
@@ -11,4 +10,4 @@
<li><?php _e('an out-of-date link', 'roots'); ?></li>
</ul>
<?php get_search_form(); ?>
<?php get_search_form(); ?>