From 6277cf7e9bb1ee6e56258de3474477b90a1a51f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 15 Oct 2013 22:50:49 +0200 Subject: Streamline CSS --- templates/layout.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/layout.jinja') diff --git a/templates/layout.jinja b/templates/layout.jinja index ab5b001..0c70689 100644 --- a/templates/layout.jinja +++ b/templates/layout.jinja @@ -10,7 +10,7 @@ {% if config['DEBUG'] %}{% endif %} -
+
-
+
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
    @@ -42,7 +42,7 @@
{% endif %} {% endwith %} -

{% block heading -%}{%- endblock %}

+

{% block heading -%}{%- endblock %}

{% block content %}{% endblock %}
-- cgit v1.2.3