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