1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

search box id

This commit is contained in:
Kyle Spearrin
2017-05-22 18:47:16 -04:00
parent f79e7f5310
commit ddbb856137

View File

@@ -56,7 +56,8 @@
<div class="container">
<form action="/search/" method="get">
<div class="input-group">
<input type="search" class="form-control input-lg" placeholder="Search the help center..." name="q">
<input type="search" class="form-control input-lg" placeholder="Search the help center..."
id="search-box" name="q">
<span class="input-group-btn">
<button class="btn btn-lg btn-default" type="submit">Search</button>
</span>