Merge branch 'data_migrations' of gimli.ms.mff.cuni.cz:/akce/mam/git/mamweb into data_migrations
This commit is contained in:
commit
6d63ebd447
2 changed files with 10 additions and 13 deletions
|
@ -1147,3 +1147,13 @@ div.gdpr {
|
|||
max-width: 360px;
|
||||
}
|
||||
}
|
||||
|
||||
/* tabulka odevzdaných řešení */
|
||||
.dosla_reseni tr th {
|
||||
text-align: center;
|
||||
}
|
||||
.dosla_reseni tr th, .dosla_reseni tr td {
|
||||
border: 1px solid black;
|
||||
padding: 1px 10px 1px 10px;
|
||||
border-collapse: collapse;
|
||||
}
|
|
@ -2,19 +2,6 @@
|
|||
{% load static %}
|
||||
{% load deadliny %}
|
||||
|
||||
{% block custom_css %}
|
||||
<style type=text/css>
|
||||
.dosla_reseni tr th {
|
||||
text-align: center;
|
||||
}
|
||||
.dosla_reseni tr th, .dosla_reseni tr td {
|
||||
border: 1px solid black;
|
||||
padding: 1px 10px 1px 10px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
</style>
|
||||
{% endblock custom_css %}
|
||||
|
||||
{% block content %}
|
||||
{% for rocnik, hodnoceni in podle_rocniku %}
|
||||
<h1>Ročník {{ rocnik }}</h1>
|
||||
|
|
Loading…
Reference in a new issue