Remove 'well' class
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<form role="search" method="get" id="searchform" class="form-search <?php if (is_404() || !have_posts()) { ?> well <?php } ?>" action="<?php echo home_url('/'); ?>">
|
||||
<label class="visuallyhidden" for="s"><?php _e('Search for:', 'roots'); ?></label>
|
||||
<form role="search" method="get" id="searchform" class="form-search" action="<?php echo home_url('/'); ?>">
|
||||
<label class="hide-text" for="s"><?php _e('Search for:', 'roots'); ?></label>
|
||||
<input type="text" value="" name="s" id="s" class="search-query" placeholder="<?php _e('Search', 'roots'); ?> <?php bloginfo('name'); ?>">
|
||||
<input type="submit" id="searchsubmit" value="<?php _e('Search', 'roots'); ?>" class="btn">
|
||||
</form>
|
||||
@@ -1,3 +1 @@
|
||||
<div class="well">
|
||||
<?php dynamic_sidebar('sidebar-primary'); ?>
|
||||
</div>
|
||||
<?php dynamic_sidebar('sidebar-primary'); ?>
|
||||
Reference in New Issue
Block a user