Vyznačené podproblémové sloupce.
This commit is contained in:
parent
2b1f572b98
commit
5ea25c26bf
2 changed files with 7 additions and 3 deletions
|
@ -165,6 +165,10 @@ table .border-b {
|
|||
border: solid 2px;
|
||||
}
|
||||
|
||||
.podproblem {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
div.container {
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
{# TODELETE #}
|
||||
{% for podproblemy in podproblemy_iter.next %}
|
||||
<th class='border-r podproblem{{ forloop.parentloop.counter }}'><a href="{{ podproblemy.verejne_url }}">{{ podproblemy.kod_v_rocniku }}</a>
|
||||
<th class='border-r podproblem{{ forloop.parentloop.counter }} podproblem'><a href="{{ podproblemy.verejne_url }}">{{ podproblemy.kod_v_rocniku }}</a>
|
||||
{% endfor %}
|
||||
{# TODELETE #}
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
|||
|
||||
{# TODELETE #}
|
||||
{% for podproblemy in podproblemy_iter.next %}
|
||||
<th class='border-r podproblem{{ problemy.len }}'><a href="{{ podproblemy.verejne_url }}">{{ podproblemy.kod_v_rocniku }}</a>
|
||||
<th class='border-r podproblem{{ problemy.len }} podproblem'><a href="{{ podproblemy.verejne_url }}">{{ podproblemy.kod_v_rocniku }}</a>
|
||||
{% endfor %}
|
||||
{# TODELETE #}
|
||||
|
||||
|
@ -118,7 +118,7 @@
|
|||
|
||||
{# TODELETE #}
|
||||
{% for body_podproblemu in rv.body_podproblemy_iter.next %}
|
||||
<td class='border-r podproblem{{ forloop.parentloop.counter }}'>{{ body_podproblemu }}
|
||||
<td class='border-r podproblem{{ forloop.parentloop.counter }} podproblem'>{{ body_podproblemu }}
|
||||
{% endfor %}
|
||||
{# TODELETE #}
|
||||
|
||||
|
|
Loading…
Reference in a new issue