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

- Close 
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

@ -468,3 +468,15 @@ a.reversefootnote {
color: $danger-color;
font-weight: bold;
}
/*
Google Custom Search Engine
========================================================================== */
.gsc-control-cse {
table, tr, td {
border: 0; /* remove table borders widget */
}
}

@ -468,3 +468,15 @@ a.reversefootnote {
color: $danger-color;
font-weight: bold;
}
/*
Google Custom Search Engine
========================================================================== */
.gsc-control-cse {
table, tr, td {
border: 0; /* remove table borders widget */
}
}