view index.css @ 0:4845b395874c

Origination.
author Atul Varma <varmaa@toolness.com>
date Mon, 30 Mar 2009 13:33:32 -0700
parents
children 9b9d095c5d2c
line wrap: on
line source

body {
    font-family: helvetica;
    font-size: 9pt;
    color: black;
    background-color: white;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: black;
}

#current-challenge {
    display: none;
}

#messages {
    display: none;
}

.challenge {
    display: none;
}