diff -r 685ad41feba0 -r 8d05938dd063 tests/test-hgweb.t --- a/tests/test-hgweb.t Mon Apr 09 22:00:11 2018 +0800 +++ b/tests/test-hgweb.t Sun Apr 08 20:53:07 2018 +0800 @@ -340,7 +340,7 @@ $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server 200 Script output follows - content-length: 9126 + content-length: 9059 content-type: text/css body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; } @@ -577,6 +577,7 @@ } .btn-followlines { + position: absolute; display: none; cursor: pointer; box-sizing: content-box; @@ -594,14 +595,6 @@ line-height: 5px; } - tr .btn-followlines { - position: absolute; - } - - span .btn-followlines { - float: left; - } - span.followlines-select .btn-followlines { margin-left: -1.6em; }