From c4b9368e47ce41421010a3c3da259781bb86f099 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sat, 20 Mar 2021 13:26:51 +0100 Subject: [PATCH] removed duplicate print styles --- webnote.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/webnote.css b/webnote.css index 391378d..484cbc7 100644 --- a/webnote.css +++ b/webnote.css @@ -4,6 +4,7 @@ body { button { margin-bottom: 1em; } +@media print { button { display: none; }} textarea { display: block; font-family: monospace; @@ -32,9 +33,3 @@ ul.recent { display: inline-block; text-align: left; } - -@media print { - button { display: none; } - h1 { text-align: center; margin-top: 1em; } -} -@page { margin: 20mm; } -- 2.39.2