/* news.css - additional stylesheet for django news app */

div.news_list {
    line-height:120%;
}

div.news_list > h1 > a {
    font-weight: normal;
    font-size:80%;
    padding-bottom:2px;
}

div.news_list > div.newsitem {
    clear:right;
    line-height:120%;
    padding-top:0.4em;
}

td.news_list_date {
    width:5em;
}

div.newsitem > p {
    line-height:120%;
    clear:none;
}

div.news_publication_info {
    padding-top:1.5em;
    font-family:Verdana,sans-serif;
    font-size:80%;
    line-height:100%;
}
