Mise en forme et correction d'un bug (ajout des listener sur les static secAuthor)

This commit is contained in:
Frederic Debuire
2008-02-17 13:38:36 +00:00
parent 0372e58db9
commit b89ba3922e
3 changed files with 37 additions and 9 deletions

View File

@@ -282,6 +282,19 @@ table.content_table {
width: 300px;
}
/* @end */
/* @group manageArticle */
a.manage_link {
text-decoration: none;
padding-right: 50px;
color: #008281;
font-weight: bold;
}
a.manage_link:hover {
color: #003e82;
}
/* @end */