Skip to content

Commit

Permalink
new search element!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hudack authored and Mike Hudack committed Jul 22, 2010
1 parent e1a27b0 commit b347eee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions semanticTheme.html
Expand Up @@ -260,6 +260,7 @@

footer #search input {
margin-top: 30px;
width: 250px;
}

footer div.credit {
Expand Down Expand Up @@ -424,8 +425,9 @@ <h3>Notes about this post from the Tumblr community:</h3>

<div id="search">
<form action="/search" method="get">
<input type="text" name="q" value="{SearchQuery}"/>
<input type="submit" value="Search this Tumblr"/>
<input type="search" name="q" value="{SearchQuery}" placeholder="Search this Tumblr" autocomplete="on" />

<input type="submit" value="Go" />
</form>

</div>
Expand Down

0 comments on commit b347eee

Please sign in to comment.