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) + + + +
- Cover | - Previous article | - Previous page | - Next page | - Next article | + Cover + < Bookmark + < Article + < Page > + Article > + Bookmark > End
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;