fixes #1 -- also minor changes to style.css and searchform.php

This commit is contained in:
Ben Word
2011-03-31 20:56:19 -06:00
parent b15f084601
commit 80704070ea
9 changed files with 71 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
<form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
<label class="screen-reader-text" for="s">Search for:</label>
<label class="visuallyhidden" for="s">Search for:</label>
<input type="search" value="" name="s" id="s" placeholder="Search <?php bloginfo('name'); ?>">
<input type="submit" id="searchsubmit" value="Search" class="button">
</form>