Gloriously mobile-retina-ready docs

This commit is contained in:
Manuel Ebert 2013-10-23 07:30:57 -10:00
parent 3ee749c26c
commit 33e14d806d
6 changed files with 19 additions and 895 deletions

View file

@ -14,7 +14,7 @@
{%- block sidebar2 %}
<aside>
<a href="/" id="logolink" title="jrnl"><img class="logo" src="{{ pathto('_static/img/logo.png', 1) }}" title="jrnl"/></a>
<a href="/" id="logolink" title="jrnl"><img class="logo" src="{{ pathto('_static/img/logo.png', 1) }}" width="90px" height="98px" title="jrnl"/></a>
<h2>Documentation</h2>
{{ toctree() }}
{%- include "searchbox.html" %}
@ -23,7 +23,7 @@
{%- block footer %}
<div class="footer">
Journal is made with love by {{ copyright }} and other fabulous people. If you need help, tweet to <a href="https://twitter.com/maebert" title="Follow @maebert on twitter">@maebert</a> or <a href="https://github.com/maebert/jrnl/issues/new" title="Open a new issue on Github">submit an issue</a> on Github.
{{ copyright }}
</div>
{%- endblock %}
{% endif %}