Fix timestamp hiding/showing

Fixes #105
This commit is contained in:
Lorenz H-S 2013-12-26 17:24:13 +01:00
commit 42d993be78
2 changed files with 7 additions and 2 deletions

View file

@ -311,3 +311,8 @@ li.notification {
img.embed {
max-height: 300px;
}
table.notimestamp td.time {
display: none;
}