Fix heading centering on index
This commit is contained in:
parent
1300132d69
commit
ccc7ef1499
1 changed files with 4 additions and 4 deletions
|
@ -12,11 +12,11 @@
|
||||||
{% if transactions %}
|
{% if transactions %}
|
||||||
<div id="transactions">
|
<div id="transactions">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<strong class="date">Date</strong>
|
<strong class="date center">Date</strong>
|
||||||
<strong class="name">Nom</strong>
|
<strong class="name">Nom</strong>
|
||||||
<strong class="value">Valeur</strong>
|
<strong class="value center">Valeur</strong>
|
||||||
<strong class="trader">Commerçant</strong>
|
<strong class="trader center">Commerçant</strong>
|
||||||
<strong class="category">Catégorie</strong>
|
<strong class="category center">Catégorie</strong>
|
||||||
<strong class="description">Description</strong>
|
<strong class="description">Description</strong>
|
||||||
</div>
|
</div>
|
||||||
{% for trans in transactions %}
|
{% for trans in transactions %}
|
||||||
|
|
Loading…
Reference in a new issue