mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
12.57.2008 582ba91d8e6ce0d243c752cfc81654dd389b88b5
1
2
3
4
5
6
7
8
9
.invocation-failed,  .test-failed  { background-color: #DD0000; }
.invocation-percent, .test-percent { background-color: #006600; }
.invocation-passed,  .test-passed  { background-color: #00AA00; }
.invocation-skipped, .test-skipped { background-color: #CCCC00; }
 
.main-page {
  font-size: x-large;
}