From 4271e87d2b3a3eee2e1500595b6f8ea88b348357 Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 23 Apr 2021 18:15:10 +0200 Subject: [PATCH] Update 'LogBot/stylesheets/opentap.css' --- LogBot/stylesheets/opentap.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index fc43ceb..eb38c9c 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -1,10 +1,12 @@ -@page { - size: A3 portrait; - margin: 5mm; - color: red; +@media print{ + @page { + size: A3 portrait; + margin: 5mm; + color: red; - @top-left{ - content: "TEST"; + @top-left{ + content: "TEST"; + } } }