Commit b9c84b4d by Danyi Bence

wizard navigation fix

parent 00e2a755
...@@ -149,6 +149,7 @@ a:link,a:visited{ ...@@ -149,6 +149,7 @@ a:link,a:visited{
float: none !important; float: none !important;
} }
.wizard nav a{ .wizard nav a{
text-decoration: underline;
display: block; display: block;
} }
.wizard nav .prev{ .wizard nav .prev{
......
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
</li> </li>
</ul> </ul>
<nav> <nav>
<a href="#" class="prev">Mégse</a> <a href="#" class="prev">&laquo; Mégse</a>
<a href="#" class="next">Tovább</a> <a href="#" class="next">Tovább &raquo;</a>
<div class="clear"></div> <div class="clear"></div>
</nav> </nav>
</div> </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