Mercurial > public > mercurial-scm > hg
diff tests/test-hgweb.t @ 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 | 1c2a8db33b8f |
children | 2239626369f5 |
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