From 3929789acc13aca9b746582fd948c03d145ce008 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 29 Jan 2013 19:55:26 +0400 Subject: [PATCH] now all navigation in the system is done via #URLs... Signed-off-by: Alex A. Naanou --- index.html | 71 ++++++++++++++++++++++++++-------------------------- magazine.css | 1 - 2 files changed, 35 insertions(+), 37 deletions(-) diff --git a/index.html b/index.html index b002070..8c8d36b 100755 --- a/index.html +++ b/index.html @@ -97,14 +97,6 @@ $(document).ready(function(){ //fingers: $.fn.swipe.fingers.THREE }) - // XXX do we need these here?? - $('.button.cover').swipe({click: goToMagazineCover}) - - $('.button.toggle-bookmark').swipe({click: function(){toggleBookmark()}}) - // XXX for some reason these are not animated... - $('.button.prev-bookmark').swipe({click: prevBookmark}) - $('.button.next-bookmark').swipe({click: nextBookmark}) - loadState() setupNavigator() @@ -137,47 +129,54 @@ $(document).ready(function(){
-
PortableMag
+
- - - - Previous page (S-Left) - - - + + + + + Previous page (S-Left) + + + +
- - - - Bookmark this page (B) - - - - + + + + + Bookmark this page (B) + + + + +
- - - - Next page (S-Right) - - - + + + + + Next page (S-Right) + + + +
diff --git a/magazine.css b/magazine.css index b861475..edafe16 100755 --- a/magazine.css +++ b/magazine.css @@ -274,7 +274,6 @@ body { } .top-toolbar .controls, .bottom-toolbar .controls { margin-top: 10px; - font-size: small; } .top-toolbar { top: 0px;