diff -r 6c2264732dc5 -r bb5a03dfd7ff tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Fri Jan 05 19:16:08 2018 +0800 +++ b/tests/test-hgweb-commands.t Fri Jan 05 19:22:05 2018 +0800 @@ -2060,23 +2060,21 @@ margin: 0; } - ul#nodebgs { + ul#graphnodes { list-style: none inside none; padding: 0; margin: 0; - top: -0.7em; - } - - ul#graphnodes li, ul#nodebgs li { - height: 39px; } - ul#graphnodes { + ul#graphnodes li { + height: 37px; + overflow: visible; + padding-top: 2px; + } + + ul#graphnodes li .fg { position: absolute; z-index: 10; - top: -0.85em; - list-style: none inside none; - padding: 0; } ul#graphnodes li .info {