Mercurial > hg-stable
changeset 26175:eae3c6de71e5
tests: fix css-related test-hgweb.t breakage from 93258d53ec35
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 04 Sep 2015 21:12:07 +0800 |
parents | c38afb8c7deb |
children | 3fb59f43a430 |
files | tests/test-hgweb.t |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgweb.t Thu Sep 03 00:22:17 2015 -0400 +++ b/tests/test-hgweb.t Fri Sep 04 21:12:07 2015 +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: 5372 + content-length: 5401 content-type: text/css body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; } @@ -539,6 +539,10 @@ .scroll-loading-error { background-color: #FFCCCC !important; } + + #doc { + margin: 0 8px; + } 304 Not Modified