merging changes

This commit is contained in:
rolux 2011-10-07 03:19:00 +02:00
commit 02c12f542c
14 changed files with 115017 additions and 104 deletions

12
tests/css/tests.css Normal file
View file

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