]> git.plutz.net Git - webtxt/blobdiff - webnote.css
removed duplicate print styles
[webtxt] / webnote.css
index 391378d1977c4ce324f69a6a4322b86344c83180..484cbc7863af87c1d5d9cea60cf05d3337ff732c 100644 (file)
@@ -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; }