0ba801140e
* improves document reading experience on wider monitors * added _templates/layout.html to set max width to none Related-To: #496 Closes: #496 Change-Id: I1f2fc0a958cf9f6526ca314142fbcba34b5ef5c7
9 lines
148 B
HTML
9 lines
148 B
HTML
{% extends "!layout.html" %}
|
|
{% block footer %} {{ super() }}
|
|
|
|
<style>
|
|
.wy-nav-content { max-width: none; }
|
|
</style>
|
|
|
|
{% endblock %}
|