diff options
author | Magnus Hagander | 2014-04-23 18:44:40 +0000 |
---|---|---|
committer | Magnus Hagander | 2014-04-23 18:44:40 +0000 |
commit | d148a944e7ea9af128c85a99ef34426b302be3a9 (patch) | |
tree | d67d212fe0f148e314939b1a4c50b00994ee3699 /pgcommitfest/commitfest | |
parent | 20bd6336225c3cd5e0766e4d20f783837ff62190 (diff) |
Add some spacing between labels when a patch is on multiple CFs
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 2eda765..df3659a 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -29,7 +29,7 @@ <tr> <th>Status</th> <td>{%for c in patch_commitfests %} - {{c.commitfest}}: <span class="label label-default">{{c.statusstring}}</span><br/> + <div style="margin-bottom: 3px;">{{c.commitfest}}: <span class="label label-default">{{c.statusstring}}</span></div> {%endfor%} </td> </tr> |