view css/index.css @ 61:c4bf1cee771d

Linked more readably to Remedial JS.
author Atul Varma <varmaa@toolness.com>
date Wed, 15 Apr 2009 09:19:29 -0700
parents aa013581aeca
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;
}