Evil CSS hackery to prevent link targets from being under the navbar

http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
This commit is contained in:
Eelco Dolstra
2013-02-20 13:56:41 +01:00
parent f550f1a1de
commit c2e5bec1e1
4 changed files with 21 additions and 18 deletions

View File

@ -1,4 +1,3 @@
[% BLOCK menuItem %]
<li class="[% IF "${root}${curUri}" == uri %]active[% END %]">
<a href="[% uri %]">[% title %]</a>