From 2002c455957016cb441a317dbbb6e5f6662cb35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20S=C3=A1nchez-Mar=C3=ADn?= Date: Thu, 16 Apr 2015 17:15:09 +0200 Subject: [PATCH] feat(gridster.css): remove possible default pading --- src/jquery.gridster.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jquery.gridster.css b/src/jquery.gridster.css index 52feaab18..5faed68d6 100644 --- a/src/jquery.gridster.css +++ b/src/jquery.gridster.css @@ -4,6 +4,7 @@ .gridster > * { margin: 0 auto; + padding: 0; -webkit-transition: height .4s, width .4s; -moz-transition: height .4s, width .4s; -o-transition: height .4s, width .4s;