Put styles into template for the moment
This commit is contained in:
parent
78c3548e23
commit
08ca710b99
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
<style>
|
||||||
|
.table-program td th {
|
||||||
|
padding: 0 10px !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<table class="table-program">
|
<table class="table-program">
|
||||||
{% if table_header %}
|
{% if table_header %}
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -136,8 +136,4 @@ $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