forked from ag_kommunikation/webseite
Switched even and odd css classes again.
This commit is contained in:
parent
5ed23130cc
commit
80468e5425
@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% for child in this.children %}
|
{% for child in this.children %}
|
||||||
{% if child._model == 'section' %}
|
{% if child._model == 'section' %}
|
||||||
<section class="content {{ loop.cycle('-even', '-odd') }} -columns">
|
<section class="content {{ loop.cycle('-odd', '-even') }} -columns">
|
||||||
{% if child.title %}
|
{% if child.title %}
|
||||||
<div class="content__box">
|
<div class="content__box">
|
||||||
<div class="content__inner_box">
|
<div class="content__inner_box">
|
||||||
|
Loading…
Reference in New Issue
Block a user