feat(gridster.css): remove possible default pading

This commit is contained in:
Javi Sánchez-Marín
2015-04-16 20:26:18 +02:00
parent 93cd01ecc3
commit 2002c45595
+1
View File
@@ -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;