tests/test-hgweb.t
changeset 33012 1c97df5e3b46
parent 33008 816a4fa7d5f8
child 33390 32331f54930c
equal deleted inserted replaced
33011:7c82bfd55d47 33012:1c97df5e3b46
   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: 8349
   343   content-length: 8463
   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; }
   520   .description {
   520   .description {
   521       font-family: monospace;
   521       font-family: monospace;
   522   }
   522   }
   523   
   523   
   524   /* Followlines */
   524   /* Followlines */
       
   525   div.page_body table tbody.sourcelines > tr.followlines-select:hover,
   525   div.page_body pre.sourcelines > span.followlines-select:hover {
   526   div.page_body pre.sourcelines > span.followlines-select:hover {
   526     cursor: cell;
   527     cursor: cell;
   527   }
   528   }
   528   
   529   
       
   530   tbody.sourcelines > tr.followlines-selected,
   529   pre.sourcelines > span.followlines-selected {
   531   pre.sourcelines > span.followlines-selected {
   530     background-color: #99C7E9 !important;
   532     background-color: #99C7E9 !important;
   531   }
   533   }
   532   
   534   
   533   div#followlines {
   535   div#followlines {