From 95143c1d56e3d3194315ba2a46ed64c8fe46b42e Mon Sep 17 00:00:00 2001 From: Colin Caine Date: Wed, 16 May 2018 12:57:24 +0100 Subject: [PATCH] Fix #453 on web content pages too --- src/static/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/content.css b/src/static/content.css index 61b7b921..6b4ce852 100644 --- a/src/static/content.css +++ b/src/static/content.css @@ -33,6 +33,6 @@ @media print { .TridactylStatusIndicator { - display: none; + display: none !important; } }