Skip to content

Odd CSS Borders around Google Site Search Results #759

Closed
@vsential

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 or jekyll 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.
css-border-issue

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>

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions