WIP 10694-table-block #3
2 changed files with 8 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<!-- Table content -->
|
<!-- Table content -->
|
||||||
<div class="article-table" role="main">
|
<div class="article-table table-program" role="main">
|
||||||
{% for block in page.trans_table %}
|
{% for block in page.trans_table %}
|
||||||
{% if block.block_type == 'table_en' or block.block_type == 'table_fr' or block.block_type == 'table_de' %}
|
{% if block.block_type == 'table_en' or block.block_type == 'table_fr' or block.block_type == 'table_de' %}
|
||||||
{% include_block block %}
|
{% include_block block %}
|
||||||
|
|
|
@ -136,4 +136,8 @@ $slider-nav: 200px;
|
||||||
background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;
|
background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-program td th {
|
||||||
|
padding: 0 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
@import "subsites";
|
@import "subsites";
|
||||||
|
|
Loading…
Reference in a new issue