tests/test-hgweb.t
changeset 31625 c208bc65318a
parent 30765 eb7de21b15be
child 31949 eaf3819631c2
--- a/tests/test-hgweb.t	Fri Mar 24 22:40:08 2017 -0400
+++ b/tests/test-hgweb.t	Fri Mar 24 19:52:43 2017 -0700
@@ -337,7 +337,7 @@
 
   $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   200 Script output follows
-  content-length: 6986
+  content-length: 7032
   content-type: text/css
   
   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
@@ -487,6 +487,10 @@
   	background-color: #bfdfff;
   }
   
+  .description {
+      font-family: monospace;
+  }
+  
   /* Graph */
   div#wrapper {
   	position: relative;