Remove borders from table elements found in Google Custom Search Engine widget

- Close #759
This commit is contained in:
Michael Rose 2017-01-09 22:02:45 -05:00
parent f46cc734a4
commit 010409acb1
2 changed files with 24 additions and 0 deletions

View file

@ -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 */
}
}

View file

@ -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 */
}
}