From 1a956aa5cf8df645826f89c827931a0a8d598efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 29 Sep 2021 22:49:24 +0200 Subject: [PATCH] theme: hide tags for printing #93 --- static/css/print.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/print.css b/static/css/print.css index 62f1e7b670..4280e83a94 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -70,3 +70,6 @@ pre { #body .tab-nav-button:not(.active) { opacity: .5; } +#head-tags { + display: none; +} \ No newline at end of file