Policy failures:

Code warning
- failed on resource ListArticleController.java. Reason: The import java.util.Date is never used, line 1
Override reason:   
hh
This commit is contained in:
Frederic Debuire
2007-12-17 17:04:13 +00:00
parent 67499edfa4
commit 8cf25a10a2
8 changed files with 118 additions and 4 deletions

View File

@@ -113,4 +113,27 @@ body {
#main_content {
display: table-cell;
width: 640px;
}
ul.article {
border-bottom : thin solid #666;
width: 100%;
}
ul.article li {
width: 100%;
list-style: none;
}
ul.article .title {
font-size: large;
}
ul.article .author {
font-size: small;
}
ul.article .article_url {
font-size: smaller;
}