Skip to content

Commit

Permalink
fix(example): Example searchbox
Browse files Browse the repository at this point in the history
Make it bigger moving it from the sidebar to the main section. Fix #157
  • Loading branch information
redox committed Oct 9, 2015
1 parent 0352b22 commit cdad6c7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ <h1>Instant search demo <small>using instantsearch.js</small></h1>

<div class="row">
<div class="col-md-3">
<div class="panel">
<div class="panel-body">
<input id="search-box" class="form-control" />
</div>
</div>

<div class="panel panel-default" id="categories"></div>

<div class="panel panel-default" id="brands"></div>
Expand All @@ -39,6 +33,9 @@ <h1>Instant search demo <small>using instantsearch.js</small></h1>

</div>
<div class="col-md-9">
<div class="form-group">
<input id="search-box" class="form-control" />
</div>
<div class="row">
<div class="col-md-8">
<div id="stats"></div>
Expand Down

0 comments on commit cdad6c7

Please sign in to comment.