projects
/
webtxt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8223b7e
)
some print styling
author
Paul Hänsch
<paul@plutz.net>
Sat, 20 Mar 2021 11:38:04 +0000
(12:38 +0100)
committer
Paul Hänsch
<paul@plutz.net>
Sat, 20 Mar 2021 11:38:04 +0000
(12:38 +0100)
webnote.css
patch
|
blob
|
history
diff --git
a/webnote.css
b/webnote.css
index c1953c8ac416cc5be386d5e309cf24de8a280ee7..4af86bdea092398a01f26d3fba0a63f948ed9c0e 100644
(file)
--- a/
webnote.css
+++ b/
webnote.css
@@
-6,6
+6,7
@@
button {
}
textarea {
display: block;
+ font-family: monospace;
width: 100%;
height: 90vh;
height: calc(100vh - 4.5em);
@@
-31,3
+32,9
@@
ul.recent {
display: inline-block;
text-align: left;
}
+
+@media print {
+ button { display: none; }
+ h1 { text-align: center; margin-top: 1em; }
+}
+@page { margin: 30mm 20mm 20mm 20mm; }