oxjs/tests/css/tests.css
2011-10-07 03:19:00 +02:00

12 lines
No EOL
137 B
CSS

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