Mercurial > public > mercurial-scm > hg
diff tests/test-hgweb-commands.t @ 17581:54c832922e85
Merge with stable
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Mon, 17 Sep 2012 21:53:50 +0200 |
parents | d5a3bda6e170 ffe3630cb243 |
children | 405b6bd015df |
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t Sat Sep 15 21:43:05 2012 +0200 +++ b/tests/test-hgweb-commands.t Mon Sep 17 21:53:50 2012 +0200 @@ -988,7 +988,7 @@ this.ctx.fill(); var bg = '<li class="bg parity' + parity + '"></li>'; - var left = (this.columns + 1) * this.bg_height; + var left = (this.bg_height - this.box_size) + (this.columns + 1) * this.box_size; var nstyle = 'padding-left: ' + left + 'px;'; var tagspan = '';