diff options
Diffstat (limited to 'web/pub/index.html')
-rw-r--r-- | web/pub/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web/pub/index.html b/web/pub/index.html index 80f6555..c2146ee 100644 --- a/web/pub/index.html +++ b/web/pub/index.html @@ -18,10 +18,9 @@ <li><a href="/recent">Recent</a></li> <li><a href="/about">About</a></li> </ul> - <!--<form action="/search" class="pull-right"> - <input class="input-small" type="text" name="q" placeholder="#, name, desc"> - <button class="btn" type="submit">Search</button> - </form>--> + <form class="navbar-search pull-right"> + <input class="search-query input-medium" type="text" placeholder="#, name, desc"> + </form> </div> </div> </div> |