respect notimestamp setting on mobile

marking the display: none as important gives it priority over
the display:inline for td.time on mobile
This commit is contained in:
Lorenz Hübschle-Schneider 2014-03-15 16:27:36 +00:00
parent e92cc3017a
commit 17cede5b68

View file

@ -334,7 +334,7 @@ img.embed {
table.notimestamp td.time {
display: none;
display: none !important;
}
.modal ul {