Skip to content

Commit

Permalink
feat(gridster.css): remove possible default pading
Browse files Browse the repository at this point in the history
  • Loading branch information
vieron committed Apr 16, 2015
1 parent 93cd01e commit 2002c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jquery.gridster.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2002c45

Please sign in to comment.