improved documentation

This commit is contained in:
Niels 2016-02-07 14:55:29 +01:00
parent 3b776c08c7
commit fdfb39d949
6 changed files with 335 additions and 72 deletions

View file

@ -13,3 +13,15 @@
#top, .footer {
display: none;
}
td.paramname {
vertical-align: top;
}
.ok_green {
background-color: #89C35C;
}
.nok_throws {
background-color: #ffa500;
}