Move location in css file of search bar css change

This commit is contained in:
Frank Li 2017-07-17 11:54:28 -07:00 committed by GitHub
parent 833d9d30a1
commit 8f705fcb7e

View file

@ -1187,6 +1187,9 @@ ul#languages li {
color: #fff;
}
}
.algolia-autocomplete {
bottom: 10px;
}
.docs-prevnext {
margin: 20px 0;
@ -1876,6 +1879,3 @@ footer .copyright {
color: rgba(255, 255, 255, 0.4);
text-align: center;
}
.algolia-autocomplete {
bottom: 10px;
}