Odd CSS Borders around Google Site Search Results #759
Closed
Description
- This is a question about using the theme.
- I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
- This is a feature request.
- I have updated all gems with
bundle update
. - I have tested locally with
bundle exec jekyll build
.
Environment informations
- Minimal Mistakes version: 4.1.1
github-pages
orjekyll
gem version: 3.3.1- Operating system: Ubuntu 16.04
Expected behavior
No boarder around the elements. I am pretty sure this is something simple but I can't seem to find the fix. See screenshot.
Here is the page generating this:
---
type: pages
title: ""
sitemap: false
permalink: /search/
---
<div id="search">
<form role="search" method="get" action="/search/">
<input id="q" name="q"
placeholder="vRealize Orchestrator, Containers, etc." type="text">
<input id="searchButton" name="googleSearchName" type="submit" value="Search">
</form>
</div>
<script>
(function() {
var cx = '';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchresults-only queryParameterName="q"></gcse:searchresults-only>