From 0325c7f2845010d3745ee8879ffcb332e59c22d1 Mon Sep 17 00:00:00 2001 From: Kevin Abel <kevin.abel.0@gmail.com> Date: Tue, 15 Jul 2014 17:25:37 -0500 Subject: [PATCH] Remove the border from google tables provided by the WDN framework --- www/less/search.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/less/search.less b/www/less/search.less index 47a5b1f..5fcff42 100644 --- a/www/less/search.less +++ b/www/less/search.less @@ -16,6 +16,7 @@ padding: 0; } +#search_results table, #search_results td { border: 0; padding: 0; -- GitLab