From 17cede5b681ec3e5a0e1c976ca606b868db8ad4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= <lorenz-dev@lgh-alumni.de> Date: Sat, 15 Mar 2014 16:27:36 +0000 Subject: [PATCH] respect notimestamp setting on mobile marking the display: none as important gives it priority over the display:inline for td.time on mobile --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 82697ac..5e18545 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -334,7 +334,7 @@ img.embed { table.notimestamp td.time { - display: none; + display: none !important; } .modal ul {