Fix main menu position.
This commit is contained in:
parent
53ce6e6628
commit
68e1ad4c4b
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
||||||
<#-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<#-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<#include "developer.ftl">
|
|
||||||
|
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
<ul id="main-nav" role="list">
|
<ul id="main-nav" role="list">
|
||||||
<#list menu.items as item>
|
<#list menu.items as item>
|
||||||
|
@ -11,3 +7,5 @@
|
||||||
</#list>
|
</#list>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<#include "developer.ftl">
|
||||||
|
|
Loading…
Add table
Reference in a new issue