oxjstmp/tests/tests.css
2010-01-07 21:21:07 +01:00

12 lines
137 B
CSS

div {
font-family: Consolas;
font-size: 12px;
}
.success {
color: rgb(0, 128, 0);
}
.failure {
color: rgb(192, 0, 0);
}