Commit b9c84b4d by Danyi Bence

wizard navigation fix

parent 00e2a755
......@@ -149,6 +149,7 @@ a:link,a:visited{
float: none !important;
}
.wizard nav a{
text-decoration: underline;
display: block;
}
.wizard nav .prev{
......
......@@ -53,8 +53,8 @@
</li>
</ul>
<nav>
<a href="#" class="prev">Mégse</a>
<a href="#" class="next">Tovább</a>
<a href="#" class="prev">&laquo; Mégse</a>
<a href="#" class="next">Tovább &raquo;</a>
<div class="clear"></div>
</nav>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment