Fixed issue 5, add a way for user to manage their account.

Also added for each user a small public profile.
This commit is contained in:
Loic d'Anterroches
2008-08-12 22:17:49 +02:00
parent 0918d1d542
commit 5275a1a9d6
10 changed files with 333 additions and 16 deletions

View File

@@ -37,6 +37,10 @@
color: #a00;
}
a.userw {
color: #000;
}
.mono {
font-family: monospace;
}