fix search, add yaml tutorial

This commit is contained in:
Tom Johnson
2016-02-07 21:46:23 -08:00
parent ca9ace3249
commit 85fb9a9821
12 changed files with 609 additions and 84 deletions

View File

@ -958,4 +958,17 @@ a.no_icon:after {
.results ul {
list-style-type: none;
padding: 0;
}
/* algolia */
div.results {
position: absolute;
background-color: white;
width: 100%;
}
.algolia__result-highlight {
background-color: yellow;
font-weight: bold;
}