merging changes
This commit is contained in:
commit
02c12f542c
14 changed files with 115017 additions and 104 deletions
12
tests/css/tests.css
Normal file
12
tests/css/tests.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
div {
|
||||
font-family: Consolas;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: rgb(0, 128, 0);
|
||||
}
|
||||
|
||||
.failure {
|
||||
color: rgb(192, 0, 0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue