fixed issue with sessions in db on GAE

This commit is contained in:
mdipierro
2016-07-17 04:18:56 -05:00
parent b6fc1b0809
commit 665e14186e
2 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ a:not(.btn):not(.noeffect):after {
.accordion>input {display:none}
.accordion>input:checked ~ *:not(label) {
max-height: 1000px !important;
overflow:visible !important;
overflow:hidden !important;
-webkit-transition: max-height .3s ease-in;
transition: max-height .3s ease-in;
}