previous and next are arrows now, next step to internationalization
This commit is contained in:
parent
3450feaba0
commit
15921f6b8d
2 changed files with 6 additions and 2 deletions
|
@ -230,6 +230,10 @@ canvas {
|
|||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.button.icon.previous, .button.icon.next {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
#full h1 {
|
||||
font-size: 1.3em;
|
||||
font-weight: normal;
|
||||
|
|
|
@ -97,8 +97,8 @@
|
|||
</div>
|
||||
</article>
|
||||
<footer class="bar">
|
||||
<a class="button previous" href="#previous">Previous</a>
|
||||
<a class="button next" href="#next">Next</a>
|
||||
<a class="button previous icon" href="#previous">⇤</a>
|
||||
<a class="button next icon" href="#next">⇥</a>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
|
|
Reference in a new issue