Skip to content
Snippets Groups Projects

Remove border from Google results tables, update links to CSS

Merged Ryan Dee requested to merge rdee2/UNL_Search:5.0 into master
3 files
+ 10
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -6,6 +6,12 @@
// !UNL Google Search Results Overrides
.unl .google-results table,
.unl .google-results tbody th,
.unl .google-results tbody td {
border: 0 !important;
}
.unl .google-results tbody th,
.unl .google-results tbody td {
padding-bottom: 0;
Loading