summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-20 03:29:58 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-20 03:29:58 +0100
commit6e39b2c3399e98287bc386aca86d47edc2c6bd46 (patch)
tree8c3fd7ac869f46d206d69e777bbd140b8863bce3
parent2dd80251f10b11030abd36e56aff0d1f3a86a754 (diff)
Fix instruction box in task_greeting
-rw-r--r--kpov_judge/web/kpov_judge/templates/task_greeting.html3
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">