From e3bbd4e9a93ecc4cf2b0797152773b7f54354b39 Mon Sep 17 00:00:00 2001 From: Emmanuel Garcia Date: Wed, 15 Feb 2012 00:23:26 -0500 Subject: [PATCH] turn.js v0.11 --- readme.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 47bb3d9..567f990 100755 --- a/readme.md +++ b/readme.md @@ -12,13 +12,7 @@ touch devices. **CSS code:**
-#magazine{
-	width:800px;
-	height:400px;
-}
 #magazine .turn-page{
-	width:400px;
-	height:400px;
 	background-color:#ccc;
 }
 
@@ -34,7 +28,7 @@ touch devices. **JavaScript code:**
-$('#magazine').turn({page: 1, shadows: true, acceleration: true});
+$('#magazine').turn({width:800, height: 400, page: 1, shadows: true, acceleration: true});
 
#### Requeriments