Ajout de l'URL dans la liste des articles.
Petite gestion quand y'a pas de file :s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user