-
Notifications
You must be signed in to change notification settings - Fork 25.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odd CSS Borders around Google Site Search Results #759
Comments
Do you have this page live somewhere? I can't seem to test it locally since it relies on Google indexing the site for it to produce search results. All I get is the search box, which doesn't return anything for me to troubleshoot what CSS is adding the borders. Your best bet would be to use your browser's web developer tools to inspect the elements with borders and see what CSS is being declared. Only thing I can think of off-hand might be if those elements are constructed with But hard for me to say since I can't see the actual HTML and CSS class names Google uses for the search widget. |
I do have it live for you to check out now, here is the link to it: http://aws-dev1.vsential.com:4000/search-test/ Thanks for looking at this, I truly appreciate it! |
Sure no problem! As I suspected it's the borders being applied to .gsc-control-cse table,
.gsc-control-cse tr,
.gsc-control-cse td {
border: 0;
} |
Awesome, that worked perfectly! I really appreciate your work and help on this! |
* tag '4.2.1': (22 commits) Bump version to 4.2.1 Update CHANGELOG and history Document moving paginated home page to an alternate location Pagination now works for index.html files in subfolders. Links to next page consider baseurl now. (#764) Pagination now works for index.html files in subfolders. Links to next page consider baseurl now. (#764) Add https prefix to google-universal embed code. (#772) Add https prefix to google-universal embed code. (#772) Bump version to 4.2.0 Bump jekyll-sitemap to (1.0) Update CHANGELOG and history Improve video helper documentation Add video header support to `archive` and `splash` layouts Rename `responsive_video` helper to `video` Add some white-space below video embeds Add Nepali (Nepalese) text Add page hero video for vimeo/youtube using embedresponsively.com code (#788) Nepalese Language (#785) invalid `analytics` example fix (#783) Remove borders from table elements found in Google Custom Search Engine widget - Close #759 Complete Simplified Chinese Translation of Theme UI (#747) ...
…into gh-pages * 'master' of https://github.com/mmistakes/minimal-mistakes: (22 commits) Bump version to 4.2.1 Update CHANGELOG and history Document moving paginated home page to an alternate location Pagination now works for index.html files in subfolders. Links to next page consider baseurl now. (mmistakes#764) Pagination now works for index.html files in subfolders. Links to next page consider baseurl now. (mmistakes#764) Add https prefix to google-universal embed code. (mmistakes#772) Add https prefix to google-universal embed code. (mmistakes#772) Bump version to 4.2.0 Bump jekyll-sitemap to (1.0) Update CHANGELOG and history Improve video helper documentation Add video header support to `archive` and `splash` layouts Rename `responsive_video` helper to `video` Add some white-space below video embeds Add Nepali (Nepalese) text Add page hero video for vimeo/youtube using embedresponsively.com code (mmistakes#788) Nepalese Language (mmistakes#785) invalid `analytics` example fix (mmistakes#783) Remove borders from table elements found in Google Custom Search Engine widget - Close mmistakes#759 Complete Simplified Chinese Translation of Theme UI (mmistakes#747) ... # Conflicts: # CHANGELOG.md # README.md # docs/_data/ui-text.yml # docs/_docs/05-configuration.md # docs/_docs/08-ui-text.md # docs/_docs/10-layouts.md # docs/_docs/14-helpers.md # docs/_docs/17-javascript.md # docs/_docs/18-history.md # docs/_includes/analytics-providers/google-universal.html # docs/_includes/page__hero.html # docs/_includes/paginator.html # docs/_layouts/archive.html # docs/_layouts/single.html # docs/_layouts/splash.html # docs/_pages/about.md # docs/_pages/home.md # docs/_sass/_utilities.scss # docs/assets/js/_main.js # docs/assets/js/main.min.js # minimal-mistakes-jekyll.gemspec # test/_data/ui-text.yml
bundle update
.bundle exec jekyll build
.Environment informations
github-pages
orjekyll
gem version: 3.3.1Expected 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:
The text was updated successfully, but these errors were encountered: