view index.css @ 7:4a0fe44529a8

Changed CSS.
author Atul Varma <varmaa@toolness.com>
date Fri, 10 Apr 2009 10:48:34 -0700
parents 25d079125b95
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;
}