added info bubble

This commit is contained in:
jeena 2013-08-25 16:34:49 +02:00
parent 8d124c01d9
commit 34453cff32
5 changed files with 70 additions and 5 deletions

View file

@ -74,7 +74,7 @@
<section id="full">
<header class="bar">
<a class="button" href="#list">Back</a>
<a class="button" href="#unread">Set unread</a>
<a id="setunread" class="button" href="#unread">Set unread</a>
<canvas></canvas>
</header>
<article>
@ -84,6 +84,9 @@
<p><timedate class="date"></timedate></p>
</header>
<div class="article"></div>
<div class="info swipe">
<p>Swipe with your finger right and left to navigate to next and previous article.</p>
</div>
<article>
</section>