view daily-edition.css @ 18:75e573ddc70e

updated readme
author Atul Varma <varmaa@toolness.com>
date Sun, 03 Jan 2010 04:17:09 -0800
parents 69fd13a4aef4
children a4df72a6d8a1
line wrap: on
line source

body {
    font-family: Arial, Helvetica;
    font-size: 9pt;
    line-height: 1.4em;
    background: #f0f0f0;
}

#container {
    width: 40em;
    margin: 0 auto;
}

#templates {
    display: none;
}

.article {
    padding-top: 1em;
    padding-bottom: 1em;
}

.article .author {
    font-style: italic;
}

.article .content a {
    color: black;
}

.article .content img {
    display: none;
    border: none;
    padding: 0.5em;
}

.article .title {
    font-size: 12pt;
    font-weight: bold;
}

.article .title .link {
    text-decoration: none;
    color: black;
}