view index.css @ 6:3472b1ded817

Added make_json_files.py.
author Atul Varma <varmaa@toolness.com>
date Wed, 28 May 2008 00:03:47 -0700
parents 30b149f2cdf1
children c0856c392096
line wrap: on
line source

body {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    text-align: center;
    background: white;
}

#content {
    text-align: left;
    margin: 0 auto;
    width: 640px;
}

a {
    color: grey;
    text-decoration: none;
}

a:hover {
    color: black;
}

p a {
    font-style: italic;
    color: black;
}

.story {
    padding: 10px 20px 10px 20px;
}

h1 {
    text-align: center;
    font-weight: normal;
}