view index.css @ 47:7664a4e099b5

Factored-out map-reduce implementation into a new interface, which currently has one implementation, SingleThreadedMapReducer.
author Atul Varma <varmaa@toolness.com>
date Tue, 14 Apr 2009 12:45:44 -0700
parents 4a0fe44529a8
children 08f868fc6e2b
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 {
    background-color: lightGrey;
}