Tweaked the pop-up wg menus in the lefthand navbar to have the same visibility breakpoint as the navbar.

- Legacy-Id: 9389
This commit is contained in:
Henrik Levkowetz 2015-04-04 00:35:13 +00:00
parent 34e2192f41
commit 328527d530

View file

@ -1,5 +1,5 @@
{% for p in parents %}
<li class="hidden-nojs dropdown-submenu visible-lg-block group-menu group-parent-{{ p.id }}">
<li class="hidden-nojs dropdown-submenu group-menu group-parent-{{ p.id }}">
<a href="{{ p.menu_url }}">{{ p.short_name }}</a>
</li>
{% endfor %}