Release v0.3.0

This commit is contained in:
vieron
2013-11-18 19:30:39 +01:00
parent b65a802964
commit 04cb32f6f3
8 changed files with 424 additions and 203 deletions

View File

@ -1,4 +1,4 @@
/*! gridster.js - v0.2.1 - 2013-10-28
/*! gridster.js - v0.3.0 - 2013-11-19
* http://gridster.net/
* Copyright (c) 2013 ducksboard; Licensed MIT */
@ -8,11 +8,11 @@
.gridster > * {
margin: 0 auto;
-webkit-transition: height .4s;
-moz-transition: height .4s;
-o-transition: height .4s;
-ms-transition: height .4s;
transition: height .4s;
-webkit-transition: height .4s, width .4s;
-moz-transition: height .4s, width .4s;
-o-transition: height .4s, width .4s;
-ms-transition: height .4s, width .4s;
transition: height .4s, width .4s;
}
.gridster .gs-w {