# HG changeset patch # User neko259 # Date 2014-03-14 09:46:55 # Node ID bea8f42726e139a7ecb7539819df5afcd94ff0d0 # Parent 9e2bd96a5050fbbbe81d66fe5bd925e44b3803c0 Remove post form when printing diff --git a/boards/static/css/base.css b/boards/static/css/base.css --- a/boards/static/css/base.css +++ b/boards/static/css/base.css @@ -29,4 +29,10 @@ .gallery_image { display: inline-block; -} \ No newline at end of file +} + +@media print { + .post-form-w { + display: none; + } +}