From 75dd7db73fe87d57f5965d0c689257a56296201c Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 29 Sep 2019 16:35:51 +0200 Subject: Add makefile template download link --- webapp/static/style.css | 6 +++++- webapp/templates/jigerator.html | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'webapp') diff --git a/webapp/static/style.css b/webapp/static/style.css index bebb762..64a14eb 100644 --- a/webapp/static/style.css +++ b/webapp/static/style.css @@ -239,7 +239,11 @@ a.btn.green { } .controls { - padding-top: 8em; + padding-top: 4em; +} + +.banner { + padding-top: 4em; } .render_output { diff --git a/webapp/templates/jigerator.html b/webapp/templates/jigerator.html index 66dc9c0..25f7440 100644 --- a/webapp/templates/jigerator.html +++ b/webapp/templates/jigerator.html @@ -25,6 +25,12 @@
{{reset_form.csrf_token}}
+ +
{{svg_form.csrf_token}} -- cgit