diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-02-20 03:29:58 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-02-20 03:29:58 +0100 |
commit | 6e39b2c3399e98287bc386aca86d47edc2c6bd46 (patch) | |
tree | 8c3fd7ac869f46d206d69e777bbd140b8863bce3 /kpov_judge | |
parent | 2dd80251f10b11030abd36e56aff0d1f3a86a754 (diff) |
Fix instruction box in task_greeting
Diffstat (limited to 'kpov_judge')
-rw-r--r-- | kpov_judge/web/kpov_judge/templates/task_greeting.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kpov_judge/web/kpov_judge/templates/task_greeting.html b/kpov_judge/web/kpov_judge/templates/task_greeting.html index 4f1be3a..ea1427f 100644 --- a/kpov_judge/web/kpov_judge/templates/task_greeting.html +++ b/kpov_judge/web/kpov_judge/templates/task_greeting.html @@ -10,7 +10,7 @@ img.setup { border-radius: 2px; float: right; max-width: 20em; - margin: 1em 0 1em 1em; + margin: 1em 0 0 1em; } section.instructions { column-span: all; @@ -58,6 +58,7 @@ section > ul { <p> <a href="howto/">{{ _('Podrobna navodila.') }}</a> +<br style="clear: both;"> </section> <div class="two-columns"> |