Add more statistics on the projects list page

This commit is contained in:
William MARTIN
2011-02-23 14:29:01 +01:00
parent 4e00051a10
commit 5e6d61b3a7
3 changed files with 69 additions and 4 deletions

View File

@@ -994,3 +994,18 @@ span.scm-action.renamed {
span.scm-action.property-changed {
background-color: blue;
}
/*
* Stats on index
*/
#stats > h3 {
text-decoration : underline;
}
#stats table tr td {
border-style: none;
}
#stats td {
padding: .2em;
}