some tweeking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-21 20:10:32 +04:00
parent 5aa2d28b05
commit 7bd44f030b

View File

@ -63,11 +63,11 @@ body {
background: gray;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.scaler {
@ -147,7 +147,7 @@ body {
background: silver;
}
.page-view-mode.dragging .page .content {
opacity: 0.5;
opacity: 1;
}