added some search results styles

added search class via JS in search.md
tackled a bunch of little CSS issues
This commit is contained in:
scotty
2016-02-25 10:33:20 -08:00
parent 4f2d80a1ea
commit 5101579558
4 changed files with 55 additions and 11 deletions
+10
View File
@@ -119,5 +119,15 @@
</main>
</footer>
<style>
.cse .gsc-control-cse, .gsc-control-cse {
padding: 0;
}
.gsc-above-wrapper-area {
border-bottom: 0;
}
</style>
</body>
</html>
+5 -1
View File
@@ -81,6 +81,10 @@
<div class="center">&copy; {{ 'now' | date: "%Y" }} Kubernetes</div>
</main>
</footer>
<style>
.cse .gsc-control-cse, .gsc-control-cse {
padding: 0;
}
</style>
</body>
</html>