Skip to content

Commit

Permalink
Remove borders from table elements found in Google Custom Search Engi…
Browse files Browse the repository at this point in the history
…ne widget

- Close mmistakes#759
  • Loading branch information
mmistakes committed Jan 10, 2017
1 parent f169eb3 commit efd8bae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,16 @@ a.reversefootnote {
.required {
color: $danger-color;
font-weight: bold;
}


/*
Google Custom Search Engine
========================================================================== */

.gsc-control-cse {

table, tr, td {
border: 0; /* remove table borders widget */
}
}
12 changes: 12 additions & 0 deletions docs/_sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,16 @@ a.reversefootnote {
.required {
color: $danger-color;
font-weight: bold;
}


/*
Google Custom Search Engine
========================================================================== */

.gsc-control-cse {

table, tr, td {
border: 0; /* remove table borders widget */
}
}

0 comments on commit efd8bae

Please sign in to comment.