UI Improvements.

This commit is contained in:
Martin Mahner 2013-11-24 18:25:30 +01:00
parent 33a37aed8d
commit 82cbb9f141
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
{% block dpaste_nav_about %}active{% endblock %}
{% block page %}
<hr>
<div class="row-fluid">
<p>

View file

@ -18,9 +18,6 @@
</ul>
<h3 class="headline"><a href="/">{% block headline %}{% endblock %}</a></h3>
</header>
<hr>
{% block page %}
PAGE MISSING
{% endblock %}

View file

@ -7,6 +7,9 @@
{% block headline %}Snippet History{% endblock %}
{% block dpaste_nav_history %}active{% endblock %}
{% block page %}
<hr>
{% for snippet in snippet_list %}
<h4 style="{% if not forloop.first %}margin-top: 50px;{% endif %}">
<a title="{{ snippet.published|date:_("DATETIME_FORMAT") }}" href="{{ snippet.get_absolute_url }}">