Show title in content div in mobile view

This commit is contained in:
str4d
2014-01-09 18:56:19 +00:00
parent 1a00766332
commit 9cbafe0e19
3 changed files with 13 additions and 0 deletions

View File

@@ -67,6 +67,10 @@
{%- endif %}{% endif %}{% endif %}
</div>
{%- endif %}
<div class="title">
<h1>{{ self.title() }}</h1>
</div>
{% block content %}{% endblock %}
</article>
{% endblock %}

View File

@@ -273,6 +273,11 @@ div#content .main {
border-left: 2px solid #abcc71; border-right: 2px solid #abcc71; border-radius: 5px 5px 0 0;
color:black; font-size:1.3em; line-height:1.4em;
}
div#content .inner .title {
display: none;
}
div#content .inner ol {margin:1.5em;}
div#content .inner ul {margin:1.5em; 1em;}
div#content .inner p {margin:1em 0;}

View File

@@ -121,6 +121,10 @@ div#content .inner {
margin-top: 1em;
}
div#content .inner .title {
margin-top: 1em;
}
.sig {
display: none;
}