From f93ca4c1929ba1fb20f688b915f101dc0982a0c7 Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 23 Apr 2021 17:47:36 +0200 Subject: [PATCH] Update 'LogBot/stylesheets/opentap.css' --- LogBot/stylesheets/opentap.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index d46788f..57a702b 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -53,9 +53,9 @@ h1{ } @media print{ -p.key, -hr, -span { -display: none; -} + p.key, + hr, + span { + display: none; + } } \ No newline at end of file