Mercurial > hg
changeset 29983:c6e829347561
monoblue: tweak branch table's last row's cell colspan on summary page
This table only has 3 columns, so max sensible colspan is 3.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 21 Sep 2016 20:19:35 +0800 |
parents | c89b55c8f936 |
children | 10d27ee97032 |
files | mercurial/templates/monoblue/summary.tmpl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/monoblue/summary.tmpl Wed Sep 21 19:52:48 2016 +0800 +++ b/mercurial/templates/monoblue/summary.tmpl Wed Sep 21 20:19:35 2016 +0800 @@ -71,7 +71,7 @@ <table> {branches%branchentry} <tr class="light"> - <td colspan="4"><a class="list" href="{url|urlescape}branches{sessionvars%urlparameter}">...</a></td> + <td colspan="3"><a class="list" href="{url|urlescape}branches{sessionvars%urlparameter}">...</a></td> </tr> </table> {footer}