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 %}
|
||||
|
|
|
@ -128,12 +128,16 @@ $slider-nav: 200px;
|
|||
|
||||
// Fix Bootstrap 3 warning
|
||||
.media, .media-body { zoom: none !important; transform: scale(1); }
|
||||
|
||||
|
||||
#mc_embed_signup input[type=radio] {
|
||||
-webkit-appearance: none; padding: 0px;margin-top: 0px;
|
||||
}
|
||||
}
|
||||
#mc_embed_signup {
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue