better spacing of labels
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<tr>
|
||||
<th class="bg-{{bg_color}}">
|
||||
<th class="bg-{{bg_color}}" width="20%">
|
||||
{% if link %}
|
||||
<a href="{{link}}"><strong>{{header}}</strong></a>
|
||||
{% else %}
|
||||
@@ -12,5 +12,5 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
</th>
|
||||
<td style="background-color:#fff"><p>{{text | linebreaks }}</p></td>
|
||||
<td style="background-color:#;" width="80%"><p>{{text | linebreaks }}</p></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user