Moved flag to be left aligned.

This commit is contained in:
chris062689 2017-06-04 13:52:25 -04:00
parent 5dd4206e25
commit 46b1997e28

View File

@ -47,7 +47,7 @@
<td>Title IDs</td>
<td>
{{ range .Params.releases }}
<div>{{ .title }} <img src="{{ $BaseURL }}images/regions/{{ .region }}.png" /></div>
<div><img src="{{ $BaseURL }}images/regions/{{ .region }}.png" /> {{ .title }}</div>
{{ end }}
</td>
</tr>