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"; + } } }