view index.css @ 3:9b9d095c5d2c

Changed some CSS styles, other cosmetic issues.
author Atul Varma <varmaa@toolness.com>
date Mon, 30 Mar 2009 16:53:35 -0700
parents 4845b395874c
children 24152e820405
line wrap: on
line source

body {
    font-family: palatino,georgia,verdana,serif;
    font-size: 14pt;
    color: black;
    background-color: white;
    text-align: center;
}

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

.hint-button {
    font-style: italic;
    padding: 2em;
}

#current-challenge {
    display: none;
    width: 40em;
    margin: 0 auto;
}

#messages {
    display: none;
}

.challenge {
    display: none;
}