Merge pull request #112 from lorenzhs/fixtimestampdisplay

Fix timestamp hiding/showing
This commit is contained in:
David Cormier 2014-02-05 09:08:11 -05:00
commit ef62ddb267
2 changed files with 7 additions and 2 deletions

View file

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