oxjstmp/tests/tests.css

12 lines
137 B
CSS
Raw Permalink Normal View History

2010-01-07 20:21:07 +00:00
div {
font-family: Consolas;
font-size: 12px;
}
.success {
color: rgb(0, 128, 0);
}
.failure {
color: rgb(192, 0, 0);
}