experimenting with algolia search

This commit is contained in:
Tom Johnson
2016-01-21 17:29:06 -08:00
parent ccc0490aad
commit fcae37b779
16 changed files with 1247 additions and 123 deletions

View File

@ -936,3 +936,25 @@ a.no_icon:after {
content:"" !important;
padding-left: 0;
}
.btn-default {
margin-bottom: 10px;
}
/* algolia search */
.search {
text-align: left;
}
.search input {
font-size: 20px;
width: 300px;
}
.results {
margin: auto;
text-align: left;
}
.results ul {
list-style-type: none;
padding: 0;
}