Add timestamps (optional) to chat messages

This commit is contained in:
calzoneman 2013-05-01 16:03:03 -05:00
parent 3600a3114a
commit d8894f0280
4 changed files with 32 additions and 13 deletions

View file

@ -210,3 +210,7 @@ html, body {
text-align: center;
width: 100%;
}
.timestamp {
font-size: 8pt;
}