From deac44607f495cd74659df4038f8483043dc0fcf Mon Sep 17 00:00:00 2001 From: alvaro <alvaro@alia.(none)> Date: Thu, 29 Nov 2012 10:05:51 -0800 Subject: [PATCH] removing margin and padding on default html template --- utils/defaults/service/html.template | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/defaults/service/html.template b/utils/defaults/service/html.template index 19ba5b57..515fded9 100644 --- a/utils/defaults/service/html.template +++ b/utils/defaults/service/html.template @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>My visualization</title> + <style>body{padding:0px;margin:0px;}</style> </head> <body> {{models.main|GoogleVizTable:"s,p,o"}} -- GitLab