Commit e855bed9 authored by Goutte's avatar Goutte

Improve the navigation some more.

parent e12b4567
Pipeline #190 passed with stage
in 56 seconds
...@@ -211,6 +211,9 @@ iframe.geogebra { ...@@ -211,6 +211,9 @@ iframe.geogebra {
border-left: 1px solid #424242; border-left: 1px solid #424242;
border-bottom: 1px solid #424242; border-bottom: 1px solid #424242;
} }
.mobile-menu a.active {
font-style: italic;
}
.mobile-menu ul { .mobile-menu ul {
padding-left: 0.33rem; padding-left: 0.33rem;
list-style: none; list-style: none;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% set active_page = (p.active or p.activeChild) ? ' class="active"' : '' %} {% set active_page = (p.active or p.activeChild) ? ' class="active"' : '' %}
{% if p.children.visible.count > 0 %} {% if p.children.visible.count > 0 %}
<li> <li>
<details> <details{{ active_page ? ' open' }}>
<summary> <summary>
<a href="{{ p.url }}"{{ active_page }}> <a href="{{ p.url }}"{{ active_page }}>
{{ p.menu }} {{ p.menu }}
......
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 to comment