tests/test-hgweb.t
changeset 32992 816a4fa7d5f8
parent 32762 2d93d2159e30
child 32996 1c97df5e3b46
equal deleted inserted replaced
32991:03608e8d09e9 32992:816a4fa7d5f8
   338 
   338 
   339 static file
   339 static file
   340 
   340 
   341   $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   341   $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   342   200 Script output follows
   342   200 Script output follows
   343   content-length: 8265
   343   content-length: 8349
   344   content-type: text/css
   344   content-type: text/css
   345   
   345   
   346   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
   346   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
   347   a { color:#0000cc; }
   347   a { color:#0000cc; }
   348   a:hover, a:visited, a:active { color:#880000; }
   348   a:hover, a:visited, a:active { color:#880000; }
   354       display: flex;
   354       display: flex;
   355       justify-content: space-between;
   355       justify-content: space-between;
   356       align-items: center;
   356       align-items: center;
   357   }
   357   }
   358   div.page_nav a:visited { color:#0000cc; }
   358   div.page_nav a:visited { color:#0000cc; }
       
   359   div.extra_nav {
       
   360       padding: 8px;
       
   361   }
       
   362   div.extra_nav a:visited {
       
   363       color: #0000cc;
       
   364   }
   359   div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
   365   div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
   360   div.page_footer { padding:4px 8px; background-color: #d9d8d1; }
   366   div.page_footer { padding:4px 8px; background-color: #d9d8d1; }
   361   div.page_footer_text { float:left; color:#555555; font-style:italic; }
   367   div.page_footer_text { float:left; color:#555555; font-style:italic; }
   362   div.page_body { padding:8px; }
   368   div.page_body { padding:8px; }
   363   div.title, a.title {
   369   div.title, a.title {