_includes/search-lunr.html in best-blogging-theme-0.1.2 vs _includes/search-lunr.html in best-blogging-theme-0.1.3
- old
+ new
@@ -1,11 +1,13 @@
<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-radius: 50px;" />
+ value="" placeholder="Type and enter..." style="border-bottom: 1px solid;
+ border-left:none; border-right:0; border-top:none;
+ border-radius: 5px;">
</form>
<div id="lunrsearchresults">
<ul></ul>
</div>
<script src=" {{site.url}}/assets/js/lunr.js"></script>
-<script src="{{site.url}}/assets/js/lunrsearchengine.js"></script>
\ No newline at end of file
+<script src="{{site.url}}/assets/js/lunrsearchengine.js"></script>