Put styles into template for the moment

This commit is contained in:
PCoder 2022-07-11 17:16:20 +05:30
parent 78c3548e23
commit 08ca710b99
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
<style>
.table-program td th {
padding: 0 10px !important;
}
</style>
<table class="table-program">
{% if table_header %}
<thead>

View File

@ -136,8 +136,4 @@ $slider-nav: 200px;
background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;
}
.table-program td th {
padding: 0 10px !important;
}
@import "subsites";