diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index d124f338a8..a60c8a1712 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -100,6 +100,14 @@ var people_list = [ {% endblock %} {% block content %} +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 8616ca2c52..a6cf4a7139 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -34,7 +34,7 @@ a:hover code { .sidebar-nav { background-color: white; padding: 0.5em; - margin-top: 2em; + margin-top: 3em; overflow: hidden; text-overflow: ellipsis; }