previous and next are arrows now, next step to internationalization

This commit is contained in:
Jeena 2013-09-15 01:32:56 +02:00
parent 3450feaba0
commit 15921f6b8d
2 changed files with 6 additions and 2 deletions

View file

@ -230,6 +230,10 @@ canvas {
line-height: 1.05; line-height: 1.05;
} }
.button.icon.previous, .button.icon.next {
padding-top: 0.5em;
}
#full h1 { #full h1 {
font-size: 1.3em; font-size: 1.3em;
font-weight: normal; font-weight: normal;

View file

@ -97,8 +97,8 @@
</div> </div>
</article> </article>
<footer class="bar"> <footer class="bar">
<a class="button previous" href="#previous">Previous</a> <a class="button previous icon" href="#previous"></a>
<a class="button next" href="#next">Next</a> <a class="button next icon" href="#next"></a>
</footer> </footer>
</section> </section>