Home | History | Annotate | Download | only in resources
      1 .invocation-failed,  .test-failed  { background-color: #DD0000; }
      2 .invocation-percent, .test-percent { background-color: #006600; }
      3 .invocation-passed,  .test-passed  { background-color: #00AA00; }
      4 .invocation-skipped, .test-skipped { background-color: #CCCC00; }
      5 
      6 .main-page {
      7   font-size: x-large;
      8 }
      9 
     10