view css/index.css @ 55:aa013581aeca

Directory restructuring.
author Atul Varma <varmaa@toolness.com>
date Wed, 15 Apr 2009 08:07:42 -0700
parents index.css@08f868fc6e2b
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;
}