Ajout de l'URL dans la liste des articles.

Petite gestion quand y'a pas de file :s
This commit is contained in:
Frederic Debuire
2007-12-17 22:05:21 +00:00
parent 8cf25a10a2
commit 8f3ad35298
5 changed files with 88 additions and 74 deletions

View File

@@ -115,14 +115,22 @@ body {
display: table-cell;
width: 640px;
}
.article a {
text-decoration: none;
color: #002bb8;
background: none;
}
.article a:hover {
text-decoration: underline;
}
ul.article {
border-bottom : thin solid #666;
width: 100%;
border-bottom : thin solid #666;
padding-bottom: 5px;
}
ul.article li {
width: 100%;
list-style: none;
}
@@ -132,8 +140,12 @@ ul.article .title {
ul.article .author {
font-size: small;
}
ul.article .topic {
font-size: small;
}
ul.article .article_url {
font-size: smaller;
font-size: small;
}