mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
0c543aef31
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@911280 13f79535-47bb-0310-9956-ffa450edef68
10 lines
303 B
CSS
10 lines
303 B
CSS
.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;
|
|
}
|
|
|