_includes/search-lunr.html in best-blogging-theme-0.2.0 vs _includes/search-lunr.html in best-blogging-theme-0.2.1

- old
+ new

@@ -1,9 +1,7 @@ <form class="bd-search m-0" onSubmit="return lunr_search(document.getElementById('lunrsearch').value);"> <input type="text" class="form-control text-small launch-modal-search" id="lunrsearch" name="q" maxlength="255" - value="" placeholder="Type and enter..." style="border-bottom: 1px solid; - border-left:none; border-right:0; border-top:none; - border-radius: 5px;"> + value="" placeholder="Type and enter..."> </form> <div id="lunrsearchresults"> <ul></ul> </div>