Release v0.6.2

This commit is contained in:
floyd_hawkes
2015-02-23 20:28:53 -05:00
parent 749f37a520
commit d669045dec
8 changed files with 20 additions and 8 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.1 - 2015-02-21
/*! gridster.js - v0.6.2 - 2015-02-23
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */
@@ -20,6 +20,10 @@
position: absolute;
}
.gridster.collapsed {
height: auto !important;
}
.gridster.collapsed .gs-w {
position: static !important;
}