more fixes

This commit is contained in:
jeena 2013-08-28 15:16:53 +02:00
parent c1a3d905ce
commit d603cd2e74
4 changed files with 36 additions and 21 deletions

View file

@ -63,7 +63,7 @@
</p>
<p>
<label for="pw">Password:</label>
<input class="button" type="password" name="pass" id="pw" value="" placeholder="password" />
<input class="button" type="password" name="pass" id="pw" value="" placeholder="password" />
</p>
<p>
<button class="button" type="submit">Sign in</button>
@ -74,7 +74,7 @@
<section id="full">
<header class="bar">
<a class="button" href="#list">Back</a>
<a class="button" href="#list">List</a>
<a id="setunread" class="button" href="#unread">Set unread</a>
<canvas></canvas>
</header>
@ -89,6 +89,10 @@
<p>Swipe with your finger right and left to navigate to next and previous article.</p>
</div>
<article>
<footer class="bar">
<a class="button previous" href="#previous">Previous</a>
<a class="button next" href="#next">Next</a>
</footer>
</section>
<script src="js/application.js"></script>