tests: fix css-related test-hgweb.t breakage from 93258d53ec35
authorAnton Shestakov <av6@dwimlabs.net>
Fri, 04 Sep 2015 21:12:07 +0800
changeset 26175 eae3c6de71e5
parent 26174 c38afb8c7deb
child 26176 3fb59f43a430
tests: fix css-related test-hgweb.t breakage from 93258d53ec35
tests/test-hgweb.t
--- 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