Adding colors for table header of Person/list

This commit is contained in:
Marc Ducobu 2015-08-26 13:29:57 +02:00
parent 15c589e812
commit 032285442c

View File

@ -23,9 +23,9 @@
<table class="striped rounded">
<thead>
<tr>
<th>{% trans %}Name{% endtrans %}</th>
<th>{% trans %}Date of birth{% endtrans %}</th>
<th>{% trans %}Nationality{% endtrans %}</th>
<th class="chill-red">{% trans %}Name{% endtrans %}</th>
<th class="chill-green">{% trans %}Date of birth{% endtrans %}</th>
<th class="chill-orange">{% trans %}Nationality{% endtrans %}</th>
</tr>
</thead>
<tbody>