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;
+ }
+ }
+
+
+
@@ -786,7 +807,7 @@