From: Paul Hänsch Date: Sat, 20 Mar 2021 12:26:51 +0000 (+0100) Subject: removed duplicate print styles X-Git-Url: https://git.plutz.net/?p=webtxt;a=commitdiff_plain;h=c4b9368e47ce41421010a3c3da259781bb86f099 removed duplicate print styles --- 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; }