view index.css @ 10:c0856c392096 default tip

Fixed link color on MSIE.
author Atul Varma <varmaa@toolness.com>
date Sun, 13 Jul 2008 14:12:39 +0000
parents 30b149f2cdf1
children
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: gray;
    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;
}