view index.css @ 53:08f868fc6e2b

Added a unit test for the web worker map reducer, and added the ability to skip tests into the test framework.
author Atul Varma <varmaa@toolness.com>
date Tue, 14 Apr 2009 17:35:22 -0700
parents 4a0fe44529a8
children
line wrap: on
line source

body {
    width: 20em;
    font-family: helvetica;
}

h1 {
    font-weight: normal;
}

.test {
    font-family: monospace;
}

.in-progress {
    background-color: yellow;
}

.successful {
    background-color: lawnGreen;
}

.failed {
    background-color: red;
}

.pending {
}

.skipped {
    background-color: lightGrey;
}