Show weekly activity for last 32 weeks.

This commit is contained in:
Heikki Hokkanen
2009-12-23 19:38:24 +02:00
parent 5fd64e6c19
commit 3585ce766d
2 changed files with 52 additions and 0 deletions

View File

@@ -28,6 +28,14 @@ table {
margin-bottom: 1em;
}
table.noborders {
border: none;
}
table.noborders td {
border: none;
}
.vtable {
float: right;
clear: both;