Merge pull request #935 from s-pace/www/fix/search_script_position

[search] removing extra bottom line
This commit is contained in:
Dan Bader
2018-11-07 13:27:14 -08:00
committed by GitHub
+4 -1
View File
@@ -12,12 +12,15 @@
width: 100%;
height: 1.5em
}
.algolia-autocomplete a{
border-bottom: none !important;
}
#doc_search{
width: 100%;
height: 100%;
}
</style>
<input id="doc_search" placeholder="Search the doc" autofocus/>
<input id="doc_search" placeholder="Search the Guide" autofocus/>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
apiKey: '512b0d6c0c8578bed7662f5279c2249c',