diff --git a/_sass/_utilities.scss b/_sass/_utilities.scss index 7ffae3b3..9a05c807 100644 --- a/_sass/_utilities.scss +++ b/_sass/_utilities.scss @@ -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 */ + } } \ No newline at end of file diff --git a/docs/_sass/_utilities.scss b/docs/_sass/_utilities.scss index 7ffae3b3..9a05c807 100644 --- a/docs/_sass/_utilities.scss +++ b/docs/_sass/_utilities.scss @@ -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 */ + } } \ No newline at end of file