Commit a8e1e698 authored by Chris Oelmueller's avatar Chris Oelmueller

Use less intrusive style for displaying unit flags

Those usually are not main priority for translators, so the goal is to
focus more on comments and file location hints. Legend seems like a nice
fit with smaller text and gray color instead of black, but of course it
slightly kills semantics.
parent 22ab48f2
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
{% if unit.flags %} {% if unit.flags %}
<tr> <tr>
<th>{% trans "Flags" %}</th> <th>{% trans "Flags" %}</th>
<td>{{ unit.flags }}</td> <td><span class="legend">{{ unit.flags }}</span></td>
</tr> </tr>
{% endif %} {% endif %}
<tr><td></td><td> <tr><td></td><td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment