From 34398831a6a99da3fdb024f6be3efb74a4a2c25f Mon Sep 17 00:00:00 2001 From: Alex Pankratov Date: Mon, 10 Jun 2019 13:19:05 +0200 Subject: [PATCH] pretty up print'ed version --- nullboard.html | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/nullboard.html b/nullboard.html index 7781295..3ff2670 100644 --- a/nullboard.html +++ b/nullboard.html @@ -47,7 +47,7 @@ --> Nullboard - + /***/ + + @media print { + .logo, .config, + .board .head .teaser, + .list .head .teaser { + visibility: hidden; + display: none; + } + + .board .list .note { + box-shadow: none; + outline: 1px solid #ccc; + } + + .board .list .note.raw { + outline: none; + } + } + + +