Adapt styling from fish-site

This commit is contained in:
Fabian Homborg
2020-10-03 19:44:12 +02:00
parent 038b7dacd0
commit 8c0469245d
4 changed files with 36 additions and 15 deletions

View File

@@ -26,6 +26,7 @@
{%- endif %}
{%- endmacro %}
{% block header %}<div id="fmain">{% endblock %}
{% block relbar1 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %}
{% block relbar2 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %}
{% block relbaritems %}
@@ -56,4 +57,5 @@
{% trans sphinx_version=sphinx_version|e %}Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
</div>
</div>
{% endblock %}