From 0b654fe38af7a0cc4c8854f57e860c5188bba1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 16 Oct 2013 22:48:10 +0200 Subject: Fix arrows --- templates/macros.jinja | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'templates/macros.jinja') diff --git a/templates/macros.jinja b/templates/macros.jinja index 9a9f9af..454251d 100644 --- a/templates/macros.jinja +++ b/templates/macros.jinja @@ -1,15 +1,19 @@ {# functions #} {% macro left_arrow(target,label) %} - - {{label}} +
+ + {{label}} +
{% endmacro %} {% macro right_arrow(target,label) %} - - {{label}} +
+ {{label}} + +
{% endmacro %} -- cgit v1.2.3